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

Packages that use PlanExecutionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.js   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
 

Uses of PlanExecutionManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type PlanExecutionManager
 void DefaultStopBuildManager.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type PlanExecutionManager
 void ExecuteManualDeployment.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.js
 

Methods in com.atlassian.bamboo.js with parameters of type PlanExecutionManager
 void ViewPlanUpdates.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Constructors in com.atlassian.bamboo.js with parameters of type PlanExecutionManager
PlanDecorator(ImmutableTopLevelPlan build, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
PlanDecorator(ImmutableTopLevelPlan plan, java.lang.Long currentTime, boolean favourite, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager, PlanResultKey lastResultKey)
           
PlanDecorator(ImmutableTopLevelPlan build, java.lang.Long currentSystemTime, com.opensymphony.xwork.TextProvider textProvider, PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan that implement PlanExecutionManager
 class PlanExecutionManagerImpl
          We have 3 (yes, three) ways to handle BuildDetectionAction, it all depends which interface is implemented: UnconditionalBuildDetectionAction - meaning: if this action is created we know we want to start a build.
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanExecutionManager
 void AbstractPlan.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanExecutionManager
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type PlanExecutionManager
static com.google.common.base.Supplier<PlanExecutionManager> ComponentAccessor.PLAN_EXECUTION_MANAGER
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.v2.build.trigger
 

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanExecutionManager
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as PlanExecutionManager
protected  PlanExecutionManager BambooActionSupport.planExecutionManager
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type PlanExecutionManager
 void BambooActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 

Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type PlanExecutionManager
 void PlanActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 



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