public enum DeploymentTriggerBranchSelectionMode extends Enum<DeploymentTriggerBranchSelectionMode>
Enum Constant and Description |
---|
CUSTOM
Use customer-specified per trigger branch
|
INHERITED
Inherit branch information from Deployment Project configuration
|
Modifier and Type | Method and Description |
---|---|
static DeploymentTriggerBranchSelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentTriggerBranchSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentTriggerBranchSelectionMode CUSTOM
public static final DeploymentTriggerBranchSelectionMode INHERITED
public static DeploymentTriggerBranchSelectionMode[] values()
for (DeploymentTriggerBranchSelectionMode c : DeploymentTriggerBranchSelectionMode.values()) System.out.println(c);
public static DeploymentTriggerBranchSelectionMode 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.