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 classDeploymentInProgressImpl.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable LonggetAgentId()@NotNull StringgetDeploymentProjectName()longgetDeploymentVersionId()@NotNull StringgetDeploymentVersionName()longgetEnvironmentId()@NotNull StringgetEnvironmentName()@Nullable DategetExecutedDate()longgetResultId()@NotNull DeploymentResultKeygetResultKey()@NotNull TriggerReasongetTriggerReason()booleanisBeingStopped()
-
-
-
Method Detail
-
getResultId
public long getResultId()
- Specified by:
getResultIdin interfaceDeploymentInProgress
-
getResultKey
@NotNull public @NotNull DeploymentResultKey getResultKey()
- Specified by:
getResultKeyin interfaceDeploymentInProgress
-
getDeploymentVersionId
public long getDeploymentVersionId()
- Specified by:
getDeploymentVersionIdin interfaceDeploymentInProgress
-
getDeploymentVersionName
@NotNull public @NotNull String getDeploymentVersionName()
- Specified by:
getDeploymentVersionNamein interfaceDeploymentInProgress
-
getEnvironmentId
public long getEnvironmentId()
- Specified by:
getEnvironmentIdin interfaceDeploymentInProgress
-
getEnvironmentName
@NotNull public @NotNull String getEnvironmentName()
- Specified by:
getEnvironmentNamein interfaceDeploymentInProgress
-
getDeploymentProjectName
@NotNull public @NotNull String getDeploymentProjectName()
- Specified by:
getDeploymentProjectNamein interfaceDeploymentInProgress
-
getAgentId
@Nullable public @Nullable Long getAgentId()
- Specified by:
getAgentIdin interfaceDeploymentInProgress
-
getTriggerReason
@NotNull public @NotNull TriggerReason getTriggerReason()
- Specified by:
getTriggerReasonin interfaceDeploymentInProgress
-
getExecutedDate
@Nullable public @Nullable Date getExecutedDate()
- Specified by:
getExecutedDatein interfaceDeploymentInProgress
-
isBeingStopped
public boolean isBeingStopped()
- Specified by:
isBeingStoppedin interfaceDeploymentInProgress
-
-