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.plan.cache   
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
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager, AgentManager agentManager, PlanManager planManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, ResultsSummaryManager buildResultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, com.opensymphony.xwork.TextProvider textProvider, AwsAccountBean awsAccountBean)
           
 

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 ChainResultsAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void BuildResultsAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void DefaultJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type BuildExecutionManager
JobStatusHelper(ImmutableJob job, 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 AgentManagerImpl.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, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService)
           
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, BuildDefinitionManager buildDefinitionManager, TestsManager testsManager)
           
 

Uses of BuildExecutionManager in com.atlassian.bamboo.plan.cache
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildExecutionManager
ImmutableJobImpl(Chain parent, ChainStage stage, Job job, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager)
           
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, CommentManager commentManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BuildExecutionManager buildExecutionManager, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate)
           
 

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, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, BuildExecutionManager buildExecutionManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
 

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, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
RestChainResultDetails(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildExecutionManager buildExecutionManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
RestStageResult(ChainStageResult chainStageResult, 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, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanService planService)
           
 

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, AdministrationConfigurationManager administrationConfigurationManager, LabelManager labelManager, CommentService commentService, ProjectManager projectManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, PlanManager planManager, PlanExecutionManager planExecutionManager, StageStatusHelper stageStatusHelper, PlanExecutableAgentsHelper planExecutableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, ChainBranchManager chainBranchManager, DashboardCachingManager dashboardCachingManager, PlanService planService)
           
 

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.api.EventPublisher eventManager, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService, CustomVariableContextRunner customVariableContextRunner)
           
 

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

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, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.