public class PlanClassHelper extends Object
Constructor and Description |
---|
PlanClassHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isChain(ImmutablePlan plan) |
static boolean |
isChainBranch(ImmutablePlan plan) |
static boolean |
isJob(ImmutablePlan plan) |
static com.google.common.base.Predicate<? super ImmutablePlan> |
isTopLevelPlan()
Deprecated.
since 6.3 use method reference to
isTopLevelPlan(ImmutablePlan) |
static boolean |
isTopLevelPlan(ImmutablePlan plan) |
public static boolean isChain(ImmutablePlan plan)
public static boolean isChainBranch(ImmutablePlan plan)
public static boolean isJob(ImmutablePlan plan)
public static boolean isTopLevelPlan(ImmutablePlan plan)
@Deprecated public static com.google.common.base.Predicate<? super ImmutablePlan> isTopLevelPlan()
isTopLevelPlan(ImmutablePlan)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.