public static enum BuildFeature.PlaceToShow extends java.lang.Enum<BuildFeature.PlaceToShow>
Enum Constant and Description |
---|
CLEANUP
Cleanup settings section
|
FAILURE_REASON
Build failure conditions section
|
GENERAL
Advanced build features section
|
Modifier and Type | Method and Description |
---|---|
static BuildFeature.PlaceToShow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuildFeature.PlaceToShow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildFeature.PlaceToShow GENERAL
public static final BuildFeature.PlaceToShow FAILURE_REASON
public static final BuildFeature.PlaceToShow CLEANUP
public static BuildFeature.PlaceToShow[] values()
for (BuildFeature.PlaceToShow c : BuildFeature.PlaceToShow.values()) System.out.println(c);
public static BuildFeature.PlaceToShow 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 namejava.lang.NullPointerException
- if the argument is null