Uses of Interface
com.atlassian.bamboo.deployments.runtime.DeploymentsInProgressService

Packages that use DeploymentsInProgressService
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.deployments.container   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.runtime   
com.atlassian.bamboo.ww2.actions.build   
 

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

Methods in com.atlassian.bamboo.build.monitoring with parameters of type DeploymentsInProgressService
 void OrphanedBuildMonitorJob.setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
           
 

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

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type DeploymentsInProgressService
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 DeploymentsInProgressService in com.atlassian.bamboo.deployments.container
 

Constructors in com.atlassian.bamboo.deployments.container with parameters of type DeploymentsInProgressService
PendingDeploymentResultsRestorationImpl(DeploymentResultService deploymentResultService, DeploymentsInProgressService deploymentsInProgressService, DeploymentExecutionService deploymentExecutionService)
           
 

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

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentsInProgressService
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager, CustomVariableContextRunner customVariableContextRunner)
           
 

Uses of DeploymentsInProgressService in com.atlassian.bamboo.deployments.results.service
 

Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentsInProgressService
DeploymentResultServiceImpl(DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, EnvironmentService environmentService, DeploymentVersionService deploymentVersionService, VariableContextBaselineDao variableContextBaselineDao, DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao, DeploymentsInProgressService deploymentsInProgressService)
           
 

Uses of DeploymentsInProgressService in com.atlassian.bamboo.deployments.runtime
 

Classes in com.atlassian.bamboo.deployments.runtime that implement DeploymentsInProgressService
 class DeploymentsInProgressServiceImpl
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type DeploymentsInProgressService
 void BuildJsonProviderAction.setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.