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 -
Method Summary
Modifier and TypeMethodDescription@Nullable Long@NotNull Stringlong@NotNull Stringlong@NotNull String@Nullable Datelong@NotNull DeploymentResultKey@NotNull TriggerReasonboolean
-
Method Details
-
getResultId
public long getResultId()- Specified by:
getResultIdin interfaceDeploymentInProgress
-
getResultKey
- Specified by:
getResultKeyin interfaceDeploymentInProgress
-
getDeploymentVersionId
public long getDeploymentVersionId()- Specified by:
getDeploymentVersionIdin interfaceDeploymentInProgress
-
getDeploymentVersionName
- Specified by:
getDeploymentVersionNamein interfaceDeploymentInProgress
-
getEnvironmentId
public long getEnvironmentId()- Specified by:
getEnvironmentIdin interfaceDeploymentInProgress
-
getEnvironmentName
- Specified by:
getEnvironmentNamein interfaceDeploymentInProgress
-
getDeploymentProjectName
- Specified by:
getDeploymentProjectNamein interfaceDeploymentInProgress
-
getAgentId
- Specified by:
getAgentIdin interfaceDeploymentInProgress
-
getTriggerReason
- Specified by:
getTriggerReasonin interfaceDeploymentInProgress
-
getExecutedDate
- Specified by:
getExecutedDatein interfaceDeploymentInProgress
-
isBeingStopped
public boolean isBeingStopped()- Specified by:
isBeingStoppedin interfaceDeploymentInProgress
-