@Immutable @Internal public class DeploymentInProgressImpl extends Object implements DeploymentInProgress
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentInProgressImpl.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAgentId() |
String |
getDeploymentProjectName() |
long |
getDeploymentVersionId() |
String |
getDeploymentVersionName() |
long |
getEnvironmentId() |
String |
getEnvironmentName() |
Date |
getExecutedDate() |
long |
getResultId() |
DeploymentResultKey |
getResultKey() |
TriggerReason |
getTriggerReason() |
boolean |
isBeingStopped() |
public long getResultId()
getResultId in interface DeploymentInProgress@NotNull public DeploymentResultKey getResultKey()
getResultKey in interface DeploymentInProgresspublic long getDeploymentVersionId()
getDeploymentVersionId in interface DeploymentInProgress@NotNull public String getDeploymentVersionName()
getDeploymentVersionName in interface DeploymentInProgresspublic long getEnvironmentId()
getEnvironmentId in interface DeploymentInProgress@NotNull public String getEnvironmentName()
getEnvironmentName in interface DeploymentInProgress@NotNull public String getDeploymentProjectName()
getDeploymentProjectName in interface DeploymentInProgress@Nullable public Long getAgentId()
getAgentId in interface DeploymentInProgress@NotNull public TriggerReason getTriggerReason()
getTriggerReason in interface DeploymentInProgress@Nullable public Date getExecutedDate()
getExecutedDate in interface DeploymentInProgresspublic boolean isBeingStopped()
isBeingStopped in interface DeploymentInProgressCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.