public static enum VcsConfigurationHelper.Overrides extends Enum<VcsConfigurationHelper.Overrides>
Enum Constant and Description |
---|
BRANCH |
BRANCH_DETECTION |
CHANGE_DETECTION |
SERVER |
Modifier and Type | Method and Description |
---|---|
static VcsConfigurationHelper.Overrides |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcsConfigurationHelper.Overrides[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcsConfigurationHelper.Overrides SERVER
public static final VcsConfigurationHelper.Overrides BRANCH
public static final VcsConfigurationHelper.Overrides BRANCH_DETECTION
public static final VcsConfigurationHelper.Overrides CHANGE_DETECTION
public static VcsConfigurationHelper.Overrides[] values()
for (VcsConfigurationHelper.Overrides c : VcsConfigurationHelper.Overrides.values()) System.out.println(c);
public static VcsConfigurationHelper.Overrides 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 nullCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.