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() |
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)
public static com.google.common.base.Predicate<? super ImmutablePlan> isTopLevelPlan()
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.