Uses of Enum Class
hudson.plugins.chucknorris.Style
Packages that use Style
-
Uses of Style in hudson.plugins.chucknorris
Methods in hudson.plugins.chucknorris that return StyleModifier and TypeMethodDescriptionstatic final StyleGets the style corresponding to the build result.RoundhouseAction.getStyle()Gets the Chuck Norris style.static StyleReturns the enum constant of this class with the specified name.static Style[]Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in hudson.plugins.chucknorris with parameters of type StyleModifierConstructorDescriptionRoundhouseAction(Style style, int factIndex) Constructs a RoundhouseAction with specified style and fact.