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

Packages that use BuildExecutionManager
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.plugins.rest.service   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.build   
 

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

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type BuildExecutionManager
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 BuildExecutionManager in com.atlassian.bamboo.build
 

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

Fields in com.atlassian.bamboo.build declared as BuildExecutionManager
protected  BuildExecutionManager BuildResultsAction.buildExecutionManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildExecutionManager
 void AbstractBuildable.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildResultsAction.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 OrphanedBuildMonitorJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildStopDelayedJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildQueueMonitor.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildHangingMonitor.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.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type BuildExecutionManager
JobExecutionManagerImpl(BuildExecutionManager buildExecutionManager, StopBuildManager stopBuildManager, ResultsSummaryManager resultsSummaryManager)
           
 

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.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type BuildExecutionManager
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager, ChainExecutionManager chainExecutionManager, BuildDetectionActionFactory buildDetectionActionFactory, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, PlanManager planManager, StopBuildManager stopBuildManager)
           
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, BuildDefinitionManager buildDefinitionManager, TestsManager testsManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.plugins.rest.model.build
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type BuildExecutionManager
ResultDetails(ResultsSummary buildSummary, java.lang.String jiraHostUrl, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildExecutionManager buildExecutionManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.plugins.rest.model.chain
 

Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as BuildExecutionManager
protected  BuildExecutionManager RestChainResult.buildExecutionManager
           
 

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

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

Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildExecutionManager
ResultServiceImpl(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 BuildExecutionManager in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildExecutionManager
 void BuildResultsSummaryManagerImpl.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, PlanManager planManager, BuildResultsSummaryManager buildResultsSummaryManager, com.atlassian.event.EventManager eventManager, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService)
           
 

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, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, BuildResultsSummaryManager buildResultsSummaryManager, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

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)
           
 

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

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

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildExecutionManager
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.