Class DeploymentInProgressImpl
- java.lang.Object
-
- com.atlassian.bamboo.deployments.runtime.DeploymentInProgressImpl
-
- All Implemented Interfaces:
DeploymentInProgress
@Immutable @Internal public class DeploymentInProgressImpl extends Object implements DeploymentInProgress
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentInProgressImpl.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Long
getAgentId()
@NotNull String
getDeploymentProjectName()
long
getDeploymentVersionId()
@NotNull String
getDeploymentVersionName()
long
getEnvironmentId()
@NotNull String
getEnvironmentName()
@Nullable Date
getExecutedDate()
long
getResultId()
@NotNull DeploymentResultKey
getResultKey()
@NotNull TriggerReason
getTriggerReason()
boolean
isBeingStopped()
-
-
-
Method Detail
-
getResultId
public long getResultId()
- Specified by:
getResultId
in interfaceDeploymentInProgress
-
getResultKey
@NotNull public @NotNull DeploymentResultKey getResultKey()
- Specified by:
getResultKey
in interfaceDeploymentInProgress
-
getDeploymentVersionId
public long getDeploymentVersionId()
- Specified by:
getDeploymentVersionId
in interfaceDeploymentInProgress
-
getDeploymentVersionName
@NotNull public @NotNull String getDeploymentVersionName()
- Specified by:
getDeploymentVersionName
in interfaceDeploymentInProgress
-
getEnvironmentId
public long getEnvironmentId()
- Specified by:
getEnvironmentId
in interfaceDeploymentInProgress
-
getEnvironmentName
@NotNull public @NotNull String getEnvironmentName()
- Specified by:
getEnvironmentName
in interfaceDeploymentInProgress
-
getDeploymentProjectName
@NotNull public @NotNull String getDeploymentProjectName()
- Specified by:
getDeploymentProjectName
in interfaceDeploymentInProgress
-
getAgentId
@Nullable public @Nullable Long getAgentId()
- Specified by:
getAgentId
in interfaceDeploymentInProgress
-
getTriggerReason
@NotNull public @NotNull TriggerReason getTriggerReason()
- Specified by:
getTriggerReason
in interfaceDeploymentInProgress
-
getExecutedDate
@Nullable public @Nullable Date getExecutedDate()
- Specified by:
getExecutedDate
in interfaceDeploymentInProgress
-
isBeingStopped
public boolean isBeingStopped()
- Specified by:
isBeingStopped
in interfaceDeploymentInProgress
-
-