Uses of Class
com.atlassian.bamboo.plan.PlanType
-
-
Uses of PlanType in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return PlanType Modifier and Type Method Description @NotNull PlanType
DefaultJob. getPlanType()
-
Uses of PlanType in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return PlanType Modifier and Type Method Description @NotNull PlanType
DefaultChain. getPlanType()
-
Uses of PlanType in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return PlanType Modifier and Type Method Description @NotNull PlanType
PlanIdentifier. getPlanType()
@NotNull PlanType
PlanIdentifierImpl. getPlanType()
static PlanType
PlanType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlanType[]
PlanType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanType Modifier and Type Method Description static @NotNull EnumSet<PlanType>
PlanType. getChainPlanTypes()
-
Uses of PlanType in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return PlanType Modifier and Type Method Description @NotNull PlanType
ChainBranchImpl. getPlanType()
-
Uses of PlanType in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return PlanType Modifier and Type Method Description @NotNull PlanType
AbstractImmutablePlan. getPlanType()
-
Uses of PlanType in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return PlanType Modifier and Type Method Description PlanType
PlanDto. getPlanType()
PlanType
PlanDtoImpl. getPlanType()
-
Uses of PlanType in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return PlanType Modifier and Type Method Description @NotNull PlanType
DecoratedNavObject. getPlanType()
@NotNull PlanType
DecoratedPlan. getPlanType()
@NotNull PlanType
DecoratedResult. getPlanType()
-