Uses of Interface
com.atlassian.bamboo.deployments.execution.service.DeploymentExecutionService

Packages that use DeploymentExecutionService
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.testutils.deployments   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.agent   
 

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

Methods in com.atlassian.bamboo.build.monitoring with parameters of type DeploymentExecutionService
 void OrphanedBuildMonitorJob.setDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService)
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type DeploymentExecutionService
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, DeploymentsInProgressService deploymentsInProgressService, DeploymentExecutionService deploymentExecutionService)
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type DeploymentExecutionService
 void StopDeployment.setDeploymentExecutionService(DeploymentExecutionService deploymentExecutionService)
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.deployments.execution.service
 

Classes in com.atlassian.bamboo.deployments.execution.service that implement DeploymentExecutionService
 class DeploymentExecutionServiceImpl
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.deployments.execution.triggering
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentExecutionService
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
           
EnvironmentTriggeringActionFactoryImpl(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
ManualEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, TriggerManager triggerManager, Environment environment, DeploymentVersion version, com.atlassian.user.User user)
           
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type DeploymentExecutionService
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, DeploymentPermitter deploymentPermitter)
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.plugins.testutils.deployments
 

Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentExecutionService
DeploymentsTestServiceImpl(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager)
           
 

Uses of DeploymentExecutionService in com.atlassian.bamboo.spring
 

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

Uses of DeploymentExecutionService in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type DeploymentExecutionService
LocalResultProcessorImpl(LocalBuildResultProcessor localBuildResultProcessor, DeploymentExecutionService deploymentExecutionService)
           
 



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