Uses of Class
hudson.model.BallColor
-
Packages that use BallColor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of BallColor in hudson.model
Fields in hudson.model declared as BallColor Modifier and Type Field Description BallColor
Result. color
Default ball color for this status.Methods in hudson.model that return BallColor Modifier and Type Method Description BallColor
BallColor. anime()
Gets the animated version.BallColor
AbstractProject. getIconColor()
BallColor
Job. getIconColor()
Used as the color of the status ball for the project.BallColor
Run. getIconColor()
Gets the icon color for display.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. -
Uses of BallColor in jenkins.model
Methods in jenkins.model with parameters of type BallColor Modifier and Type Method Description ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withIcon(BallColor color)
-