Uses of Class
hudson.model.BallColor

Packages that use BallColor
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of BallColor in hudson.maven.reporters
 

Methods in hudson.maven.reporters that return BallColor
 BallColor MavenAbstractArtifactRecord.Record.getIconColor()
           
 

Uses of BallColor in hudson.model
 

Fields in hudson.model declared as BallColor
 BallColor Result.color
          Default ball color for this status.
 

Methods in hudson.model that return BallColor
 BallColor BallColor.anime()
          Gets the animated version.
 BallColor Job.getIconColor()
          Used as the color of the status ball for the project.
 BallColor AbstractProject.getIconColor()
           
 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.
 



Copyright © 2004-2013. All Rights Reserved.