Uses of Interface
com.atlassian.bamboo.deployments.runtime.DeploymentsInProgressService
Packages that use DeploymentsInProgressService
Package
Description
-
Uses of DeploymentsInProgressService in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type DeploymentsInProgressServiceModifier and TypeMethodDescriptionvoidDeploymentStopDelayedJob.setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService) -
Uses of DeploymentsInProgressService in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type DeploymentsInProgressServiceModifierConstructorDescriptionAgentManagerImpl(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 DeploymentsInProgressServiceModifierConstructorDescriptionDeploymentResultServiceImpl(BambooPermissionManager bambooPermissionManager, DeploymentResultDao deploymentResultDao, DeploymentVersionDao deploymentVersionDao, EnvironmentDao environmentDao, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull VariableContextBaselineDao variableContextBaselineDao, @NotNull DeploymentsInProgressService deploymentsInProgressService, @NotNull TriggerManager triggerManager, org.apache.struts2.text.TextProvider textProvider) -
Uses of DeploymentsInProgressService in com.atlassian.bamboo.deployments.runtime
Classes in com.atlassian.bamboo.deployments.runtime that implement DeploymentsInProgressService -
Uses of DeploymentsInProgressService in com.atlassian.bamboo.ipd.build
Constructors in com.atlassian.bamboo.ipd.build with parameters of type DeploymentsInProgressServiceModifierConstructorDescriptionBuildDeploymentsCountMetricIpdJob(DeploymentsInProgressService deploymentsInProgressService, com.atlassian.diagnostics.ipd.api.jobs.IpdJobRegistry ipdJobRegistry, com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry) -
Uses of DeploymentsInProgressService in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type DeploymentsInProgressServiceModifier and TypeMethodDescriptionvoidBuildJsonProviderAction.setDeploymentsInProgressService(DeploymentsInProgressService deploymentsInProgressService)