Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Field and Description |
---|---|
BallColor |
Result.color
Default ball color for this status.
|
Modifier and Type | Method and Description |
---|---|
BallColor |
BallColor.anime()
Gets the animated version.
|
BallColor |
AbstractProject.getIconColor() |
BallColor |
Run.getIconColor()
Gets the icon color for display.
|
BallColor |
Job.getIconColor()
Used as the color of the status ball for the project.
|
BallColor |
BallColor.noAnime()
Gets the unanimated version.
|
static BallColor |
BallColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BallColor[] |
BallColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelObjectWithContextMenu.MenuItem |
ModelObjectWithContextMenu.MenuItem.withIcon(BallColor color) |
Copyright © 2015. All rights reserved.