Uses of Class
com.atlassian.bamboo.plan.PlanType

Packages that use PlanType
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.ww2.beans   
 

Uses of PlanType in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return PlanType
 PlanType DefaultJob.getPlanType()
           
 

Uses of PlanType in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return PlanType
 PlanType DefaultChain.getPlanType()
           
 

Uses of PlanType in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return PlanType
 PlanType PlanPermissionSkeleton.getPlanType()
          Deprecated.  
 PlanType PlanIdentifier.getPlanType()
           
 PlanType PlanIdentifierImpl.getPlanType()
           
static PlanType PlanType.valueOf(java.lang.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
static java.util.EnumSet<PlanType> PlanType.getChainPlanTypes()
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanType
static PlanIdentifier PlanHelper.getPlanIdentifierForPermissionChecking(long id, PlanType planType)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanType
PlanPermissionSkeleton(long id, java.lang.String planKey, java.lang.Class<? extends Plan> planClass, PlanType planType)
          Deprecated.  
 

Uses of PlanType in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch that return PlanType
 PlanType ChainBranchImpl.getPlanType()
           
 

Uses of PlanType in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache that return PlanType
 PlanType AbstractImmutablePlan.getPlanType()
           
 

Uses of PlanType in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return PlanType
 PlanType TestBuildDetails.getPlanType()
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type PlanType
static TestBuildDetails TestBuildDetailsHelper.makeUniquePlan(PlanType planType)
           
 void TestBuildDetails.setPlanType(PlanType planType)
           
 

Uses of PlanType in com.atlassian.bamboo.ww2.beans
 

Methods in com.atlassian.bamboo.ww2.beans that return PlanType
 PlanType DecoratedResult.getPlanType()
           
 PlanType DecoratedPlan.getPlanType()
           
 PlanType DecoratedNavObject.getPlanType()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.