public static enum Branchrestriction.BranchTypeEnum extends java.lang.Enum<Branchrestriction.BranchTypeEnum>
| Enum Constant and Description |
|---|
BUGFIX |
DEVELOPMENT |
FEATURE |
HOTFIX |
PRODUCTION |
RELEASE |
| Modifier and Type | Method and Description |
|---|---|
static Branchrestriction.BranchTypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
toString() |
java.lang.String |
value() |
static Branchrestriction.BranchTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Branchrestriction.BranchTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Branchrestriction.BranchTypeEnum FEATURE
public static final Branchrestriction.BranchTypeEnum BUGFIX
public static final Branchrestriction.BranchTypeEnum RELEASE
public static final Branchrestriction.BranchTypeEnum HOTFIX
public static final Branchrestriction.BranchTypeEnum DEVELOPMENT
public static final Branchrestriction.BranchTypeEnum PRODUCTION
public static Branchrestriction.BranchTypeEnum[] values()
for (Branchrestriction.BranchTypeEnum c : Branchrestriction.BranchTypeEnum.values()) System.out.println(c);
public static Branchrestriction.BranchTypeEnum 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 value()
public java.lang.String toString()
toString in class java.lang.Enum<Branchrestriction.BranchTypeEnum>public static Branchrestriction.BranchTypeEnum fromValue(java.lang.String v)