| Package | Description |
|---|---|
| com.atlassian.bamboo.deployments.runtime | |
| com.atlassian.bamboo.ww2.actions.build |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentInProgressImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DeploymentInProgress |
DeploymentsInProgressServiceImpl.getDeploymentExecutingOnAgent(long agentId) |
@Nullable DeploymentInProgress |
DeploymentsInProgressService.getDeploymentExecutingOnAgent(long agentId) |
@Nullable DeploymentInProgress |
DeploymentsInProgressServiceImpl.getDeploymentInProgressById(long deploymentResultId) |
@Nullable DeploymentInProgress |
DeploymentsInProgressService.getDeploymentInProgressById(long deploymentResultId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeploymentInProgress> |
DeploymentsInProgressServiceImpl.getDeploymentExecutingOnEnvironment(long environmentId) |
Optional<DeploymentInProgress> |
DeploymentsInProgressService.getDeploymentExecutingOnEnvironment(long environmentId)
Retrieve optional deployment running on a given environment
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentInProgressImpl.Builder |
DeploymentInProgressImpl.Builder.fromDeploymentInProgress(@NotNull DeploymentInProgress deploymentInProgress) |
| Constructor and Description |
|---|
CurrentlyDeployingJsonDecorator(@NotNull DeploymentInProgress deploymentInProgress,
@NotNull com.opensymphony.xwork2.TextProvider textProvider,
@NotNull EnvironmentService environmentService,
TriggerManager triggerManager,
@NotNull AgentManager agentManager) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.