Uses of Interface
com.atlassian.bamboo.deployments.runtime.DeploymentsInProgressService
-
-
Uses of DeploymentsInProgressService in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type DeploymentsInProgressService Modifier and Type Method Description void
DeploymentStopDelayedJob. setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
-
Uses of DeploymentsInProgressService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type DeploymentsInProgressService Constructor Description AgentManagerImpl(AgentDao agentDao, CapabilitySetManager capabilitySetManager, CapabilityManager capabilityManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticInstanceManager elasticInstanceManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, DeploymentsInProgressService deploymentsInProgressService, ElasticTunnelDefinitionDao elasticTunnelDefinitionDao, EphemeralAgentsService ephemeralAgentsService, EphemeralAgentExecutionService ephemeralAgentExecutionService, EphemeralAgentManagementLogger ephemeralAgentManagementLogger)
-
Uses of DeploymentsInProgressService in com.atlassian.bamboo.deployments.results.service
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentsInProgressService Constructor Description DeploymentResultServiceImpl(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull EnvironmentService environmentService, @NotNull InternalEnvironmentService internalEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, com.opensymphony.xwork2.TextProvider textProvider)
-
Uses of DeploymentsInProgressService in com.atlassian.bamboo.deployments.runtime
Classes in com.atlassian.bamboo.deployments.runtime that implement DeploymentsInProgressService Modifier and Type Class Description 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 Modifier and Type Method Description void
BuildJsonProviderAction. setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)
-