Uses of Class
hudson.plugins.chucknorris.Style
-
Packages that use Style Package Description hudson.plugins.chucknorris Provides classes for ChuckNorris Plugin. -
-
Uses of Style in hudson.plugins.chucknorris
Methods in hudson.plugins.chucknorris that return Style Modifier and Type Method Description static Style
Style. get(Result result)
Gets the style corresponding to the build result.Style
RoundhouseAction. getStyle()
Gets the Chuck Norris style.static Style
Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static Style[]
Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in hudson.plugins.chucknorris with parameters of type Style Constructor Description RoundhouseAction(Style style, String fact)
Constructs a RoundhouseAction with specified style and fact.
-