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.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, 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 BuildExecutionManager in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement BuildExecutionManager
 class DefaultBuildExecutionManager
          This class is registered as event listener DefaultBuildExecutionManager.afterPropertiesSet()
 

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
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildExecutionManager
AgentManagerImpl(AgentDao agentDao, BuildAgentController buildAgentController, CapabilitySetManager capabilitySetManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticImageConfigurationManager elasticImageConfigurationManager, ElasticInstanceManager elasticInstanceManager, BuildExecutionManager buildExecutionManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, AgentAssignmentService agentAssignmentService)
           
 

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, DeploymentExecutionService deploymentExecutionService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler)
           
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, TestsManager testsManager)
           
 

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

Constructors in com.atlassian.bamboo.plan.cache with parameters of type BuildExecutionManager
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, ImmutablePlanCacheService immutablePlanCacheService, ImmutableArtifactManager immutableArtifactManager)
           
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutableArtifactManager immutableArtifactManager)
          Deprecated. 
ImmutablePlanManagerImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BuildExecutionManager buildExecutionManager)
           
 

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

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, org.springframework.transaction.support.TransactionTemplate transactionTemplate, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService)
           
 

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



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