Uses of Enum Class
com.atlassian.bamboo.plan.PlanExecutionConfig.PlanExecutionType
Package
Description
-
Uses of PlanExecutionConfig.PlanExecutionType in com.atlassian.bamboo.chains
Modifier and TypeMethodDescriptionChainState.getPlanExecutionType()
How this chain was executed, i.e. -
Uses of PlanExecutionConfig.PlanExecutionType in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionPlanExecutionConfig.getPlanExecutionType()
type of resumed plan executionPlanExecutionConfigImpl.getPlanExecutionType()
Returns the enum constant of this class with the specified name.PlanExecutionConfig.PlanExecutionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlanExecutionConfigImpl
(PlanExecutionConfig.PlanExecutionType planExecutionType) -
Uses of PlanExecutionConfig.PlanExecutionType in com.atlassian.bamboo.v2.ww2.build
Modifier and TypeMethodDescriptionprotected abstract PlanExecutionConfig.PlanExecutionType
AbstractContinuableBuildAction.getPlanExecutionType()
protected PlanExecutionConfig.PlanExecutionType
ContinueBuild.getPlanExecutionType()
protected PlanExecutionConfig.PlanExecutionType
RerunBuild.getPlanExecutionType()
protected PlanExecutionConfig.PlanExecutionType
RestartBuild.getPlanExecutionType()