Uses of Interface
com.atlassian.bamboo.plan.PlanExecutionPermitter

Packages that use PlanExecutionPermitter
com.atlassian.bamboo.build   
com.atlassian.bamboo.plan   
 

Uses of PlanExecutionPermitter in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type PlanExecutionPermitter
DefaultBuildExecutionManager(PlanExecutionPermitter planExecutionPermitter, org.quartz.Scheduler scheduler)
           
 

Uses of PlanExecutionPermitter in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement PlanExecutionPermitter
 class AbstractPlanExecutionPermitter
           
 class ExecutionLimitsServiceImpl
           
 class PlanExecutionConcurrencyServiceImpl
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanExecutionPermitter
 void PlanExecutionPermitter.setChainedExecutionPermitter(PlanExecutionPermitter chainedExecutionPermitter)
           
 void AbstractPlanExecutionPermitter.setChainedExecutionPermitter(PlanExecutionPermitter chainedExecutionPermitter)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanExecutionPermitter
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, ChainExecutionManager chainExecutionManager, BuildDetectionActionFactory buildDetectionActionFactory, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, PlanManager planManager, StopBuildManager stopBuildManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.