Uses of Interface
com.atlassian.bamboo.v2.build.queue.BuildQueueManager

Packages that use BuildQueueManager
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.deployments.execution.events   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions.build   
com.atlassian.bamboo.ww2.actions.build.admin   
 

Uses of BuildQueueManager in com.atlassian.bamboo.agent.elastic.schedule
 

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type BuildQueueManager
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager, AgentManager agentManager, CachedPlanManager cachedPlanManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, com.opensymphony.xwork.TextProvider textProvider, AwsAccountBean awsAccountBean, ExecutableAgentsHelper executableAgentsHelper)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type BuildQueueManager
 void DefaultStopBuildManager.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 

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

Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildQueueManager
 void OrphanedBuildMonitorJob.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 void BuildQueueMonitor.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.deployments.execution.events
 

Constructors in com.atlassian.bamboo.deployments.execution.events with parameters of type BuildQueueManager
DeploymentExecutionEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.deployments.notification
 

Constructors in com.atlassian.bamboo.deployments.notification with parameters of type BuildQueueManager
DeploymentNotificationEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.spring
 

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

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

Classes in com.atlassian.bamboo.v2.build.queue that implement BuildQueueManager
 class BuildQueueManagerImpl
           
 

Methods in com.atlassian.bamboo.v2.build.queue with parameters of type BuildQueueManager
 void BuildQueueUpdateListener.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type BuildQueueManager
BuildTriggeredListener(BuildQueueManager buildQueueManager)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork with parameters of type BuildQueueManager
 void StarterAction.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildQueueManager
 void BuildJsonProviderAction.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type BuildQueueManager
 void ReorderBuild.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 



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