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

Packages that use BuildExecutionManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.trigger   
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 DeleteBuilds.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

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

Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildExecutionManager
 void BuildQueueMonitor.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildHangingMonitor.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 LocalAgentManagerImpl.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.notification.buildmissingcapableagent
 

Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type BuildExecutionManager
 void BuildMissingCapableAgentNotificationType.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildMissingCapableAgentNotificationListener.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, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type BuildExecutionManager
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, BuildManager buildManager, ChangeDetectionManager changeDetectionManager, BuildExecutionManager buildExecutionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler)
           
 

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

Methods in com.atlassian.bamboo.v2.trigger with parameters of type BuildExecutionManager
 void InitialBuildListener.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void DependencyBuildListener.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 © 2009 Atlassian Pty Ltd. All Rights Reserved.