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.plugins.rest.model.chain   
com.atlassian.bamboo.plugins.rest.resource   
com.atlassian.bamboo.plugins.rest.service   
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
ElasticRunningInstancesOptimizer(BuildQueueManager buildQueueManager, LocalAgentManager agentManager, PlanManager planManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, BuildResultsSummaryManager buildResultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, com.opensymphony.xwork.TextProvider textProvider)
           
 

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.plugins.rest.model.chain
 

Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as BuildQueueManager
protected  BuildQueueManager RestChainResult.buildQueueManager
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type BuildQueueManager
RestChainResult(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
RestChainResultDetails(ChainResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
RestStageResult(ChainStageResult chainStageResult, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildManager buildManager, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, java.util.List<ChainStageResult> chainStageResults, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BuildQueueManager
QueueResource(PlanManager planManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, PlanExecutionManager planExecutionManager)
           
 

Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.service
 

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildQueueManager
ResultServiceImpl(BuildManager buildManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager, JiraServerManager jiraServerManager, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentManager commentManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

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 BuildTriggeredListener.setBuildQueueManager(BuildQueueManager buildQueueManager)
           
 void BuildQueueUpdateListener.setBuildQueueManager(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 © 2010 Atlassian. All Rights Reserved.