Uses of Interface
com.atlassian.bamboo.build.BuildExecutionManager

Packages that use BuildExecutionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions   
 

Uses of BuildExecutionManager in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement BuildExecutionManager
 class DefaultBuildExecutionManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildExecutionManager
 void DefaultStopBuildManager.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void DefaultBuild.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void GlobalSubstitutionBeanImpl.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BulkPlanAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void DeleteBuilds.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks that return BuildExecutionManager
 BuildExecutionManager SaveBuildTask.getBuildExecutionManager()
           
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildExecutionManager
 void SaveBuildTask.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type BuildExecutionManager
 void QuartzStrategyJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildExecutionManager
 void RemoteAgentManagerImpl.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.rest
 

Methods in com.atlassian.bamboo.rest with parameters of type BuildExecutionManager
 void ExecuteBuild.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildExecutionManager
LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager, BuildManager buildManager, BuildResultsSummaryManager buildResultsSummaryManager, com.atlassian.event.EventManager eventManager, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.v2.build.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type BuildExecutionManager
BuildQueueManagerImpl(com.atlassian.event.EventManager eventManager, BuildExecutionManager buildExecutionManager, BuildManager buildManager, LocalAgentManager localAgentManager, org.springframework.jms.core.JmsTemplate jmsTemplate)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.v2.trigger
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildExecutionManager
 void DependencyBuildListener.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void InitialBuildListener.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void ChangeDetectionListener.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork with parameters of type BuildExecutionManager
 void StarterAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions declared as BuildExecutionManager
protected  BuildExecutionManager BuildActionSupport.buildExecutionManager
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type BuildExecutionManager
 void BuildActionSupport.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.