|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Style>
hudson.plugins.chucknorris.Style
public enum Style
This class provides various Chuck Norris' styles.
| Enum Constant Summary | |
|---|---|
ALERT
An alert Chuck Norris with a martial arts stance. |
|
BAD_ASS
A total bad ass Chuck Norris ready to give you a good ass whoopin'. |
|
THUMB_UP
A happy Chuck Norris showing a thumb up. |
|
| Method Summary | |
|---|---|
static Style |
get(hudson.model.Result result)
Gets the style corresponding to the build result. |
static Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Style[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Style THUMB_UP
public static final Style ALERT
public static final Style BAD_ASS
| Method Detail |
|---|
public static Style[] values()
for (Style c : Style.values()) System.out.println(c);
public static Style valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static final Style get(hudson.model.Result result)
result - the build result
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||