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