public static enum CreatePlanBranchesProperties.Trigger extends Enum<CreatePlanBranchesProperties.Trigger>
| Enum Constant and Description |
|---|
BRANCH |
MANUAL |
PULL_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static CreatePlanBranchesProperties.Trigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePlanBranchesProperties.Trigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreatePlanBranchesProperties.Trigger MANUAL
public static final CreatePlanBranchesProperties.Trigger PULL_REQUEST
public static final CreatePlanBranchesProperties.Trigger BRANCH
public static CreatePlanBranchesProperties.Trigger[] values()
for (CreatePlanBranchesProperties.Trigger c : CreatePlanBranchesProperties.Trigger.values()) System.out.println(c);
public static CreatePlanBranchesProperties.Trigger 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.