Package com.atlassian.bamboo.plan
Class PlanClassHelper
java.lang.Object
com.atlassian.bamboo.plan.PlanClassHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisChain(ImmutablePlan plan) static booleanisChainBranch(ImmutablePlan plan) static booleanisJob(ImmutablePlan plan) static Predicate<? super ImmutablePlan> Deprecated.static booleanisTopLevelPlan(ImmutablePlan plan)
-
Constructor Details
-
PlanClassHelper
public PlanClassHelper()
-
-
Method Details
-
isChain
-
isChainBranch
-
isJob
-
isTopLevelPlan
-
isTopLevelPlan
Deprecated.since 6.3 use method reference toisTopLevelPlan(ImmutablePlan)
-
isTopLevelPlan(ImmutablePlan)