public static enum BuildPlugins.Property extends java.lang.Enum<BuildPlugins.Property>
| Enum Constant and Description |
|---|
BRAMBOLT_RELEASE |
BRAMBOLT_VERSION |
BUILD_DATE |
BUILD_NUMBER |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BuildPlugins.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuildPlugins.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildPlugins.Property BRAMBOLT_RELEASE
public static final BuildPlugins.Property BRAMBOLT_VERSION
public static final BuildPlugins.Property BUILD_DATE
public static final BuildPlugins.Property BUILD_NUMBER
public static BuildPlugins.Property[] values()
for (BuildPlugins.Property c : BuildPlugins.Property.values()) System.out.println(c);
public static BuildPlugins.Property 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<BuildPlugins.Property>