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

Packages that use DeploymentExecutionService
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.spring   
com.atlassian.bamboo.v2.build.agent   
 

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, 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)
           
 

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
LocalResultProcessor(LocalBuildResultProcessor localBuildResultProcessor, DeploymentExecutionService deploymentExecutionService)
           
 



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