Uses of Interface
com.atlassian.bamboo.chains.ChainExecutionManager

Packages that use ChainExecutionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.build   
 

Uses of ChainExecutionManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type ChainExecutionManager
 void PlanResultsAction.setChainExecutionManager(ChainExecutionManager chainExecutionManager)
           
 

Uses of ChainExecutionManager in com.atlassian.bamboo.chains
 

Classes in com.atlassian.bamboo.chains that implement ChainExecutionManager
 class ChainExecutionManagerImpl
           
 

Methods in com.atlassian.bamboo.chains with parameters of type ChainExecutionManager
 void DefaultChain.setChainExecutionManager(ChainExecutionManager chainExecutionManager)
           
 

Uses of ChainExecutionManager in com.atlassian.bamboo.plan
 

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

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

Fields in com.atlassian.bamboo.ww2.actions declared as ChainExecutionManager
protected  ChainExecutionManager ChainActionSupport.chainExecutionManager
           
 

Methods in com.atlassian.bamboo.ww2.actions that return ChainExecutionManager
 ChainExecutionManager ChainActionSupport.getChainExecutionManager()
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type ChainExecutionManager
 void ChainActionSupport.setChainExecutionManager(ChainExecutionManager chainExecutionManager)
           
 

Uses of ChainExecutionManager in com.atlassian.bamboo.ww2.actions.build
 

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ChainExecutionManager
 void ChainJsonProviderAction.setChainExecutionManager(ChainExecutionManager chainExecutionManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.