public static enum JGitFlowConstants.PREFIXES extends Enum<JGitFlowConstants.PREFIXES>
| Enum Constant and Description |
|---|
FEATURE |
HOTFIX |
RELEASE |
SUPPORT |
VERSIONTAG |
| Modifier and Type | Method and Description |
|---|---|
String |
configKey() |
static JGitFlowConstants.PREFIXES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JGitFlowConstants.PREFIXES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JGitFlowConstants.PREFIXES FEATURE
public static final JGitFlowConstants.PREFIXES RELEASE
public static final JGitFlowConstants.PREFIXES HOTFIX
public static final JGitFlowConstants.PREFIXES SUPPORT
public static final JGitFlowConstants.PREFIXES VERSIONTAG
public static JGitFlowConstants.PREFIXES[] values()
for (JGitFlowConstants.PREFIXES c : JGitFlowConstants.PREFIXES.values()) System.out.println(c);
public static JGitFlowConstants.PREFIXES valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String configKey()
Copyright © 2013 Atlassian. All Rights Reserved.