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