@Internal public enum PlanType extends Enum<PlanType>
Enum Constant and Description |
---|
CHAIN |
CHAIN_BRANCH |
JOB |
Modifier and Type | Method and Description |
---|---|
static EnumSet<PlanType> |
getChainPlanTypes() |
Class<? extends ImmutablePlan> |
getImmutableClassType() |
boolean |
isBuildable() |
boolean |
isChain() |
static PlanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanType CHAIN
public static final PlanType JOB
public static final PlanType CHAIN_BRANCH
public static PlanType[] values()
for (PlanType c : PlanType.values()) System.out.println(c);
public static PlanType 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 nullpublic Class<? extends ImmutablePlan> getImmutableClassType()
public boolean isChain()
public boolean isBuildable()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.