-
Method Summary
-
Method Details
-
-
getDeploymentVersionName
@NotNull
@NotNull String getDeploymentVersionName()
-
-
-
getStartedDate
@Nullable
@Nullable Date getStartedDate()
- Returns:
- when deployment result execution initiated, e.g. triggered or manually executed by user. Set with
LifeCycleState.PENDING
state.
-
getQueuedDate
@Nullable
@Nullable Date getQueuedDate()
- Returns:
- when deployment result added to queue. Set with
LifeCycleState.QUEUED
state.
-
getExecutedDate
@Nullable
@Nullable Date getExecutedDate()
- Returns:
- when deployment result sent to agent for execution. Set with
LifeCycleState.IN_PROGRESS
state.
-
getFinishedDate
@Nullable
@Nullable Date getFinishedDate()
- Returns:
- when deployment result execution was finished. Set with
LifeCycleState.FINAL_STATES
states.
-
-
-
getEnvironmentId
long getEnvironmentId()
-