com.atlassian.bamboo.plan
Class PlanClassHelper

java.lang.Object
  extended by com.atlassian.bamboo.plan.PlanClassHelper

public class PlanClassHelper
extends java.lang.Object


Constructor Summary
PlanClassHelper()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanClassHelper

public PlanClassHelper()
Method Detail

isChain

public static boolean isChain(ImmutablePlan plan)

isChainBranch

public static boolean isChainBranch(ImmutablePlan plan)

isJob

public static boolean isJob(ImmutablePlan plan)

isTopLevelPlan

public static boolean isTopLevelPlan(ImmutablePlan plan)

isTopLevelPlan

public static com.google.common.base.Predicate<? super ImmutablePlan> isTopLevelPlan()


Copyright © 2012 Atlassian. All Rights Reserved.