Interface InternalDeploymentResult
- All Superinterfaces:
BambooIdProvider
- All Known Subinterfaces:
DeploymentResult
,MutableDeploymentResult
- All Known Implementing Classes:
DeploymentResultImpl
,MutableDeploymentResultImpl
,RestDeploymentResult
,RestDeploymentResultWithLogs
-
Method Summary
Modifier and TypeMethodDescription@Nullable AgentType
@NotNull BuildState
@NotNull String
long
@Nullable Date
@Nullable Date
long
getId()
@NotNull LifeCycleState
@Nullable Date
@Nullable Date
@NotNull TriggerReason
-
Method Details
-
getId
long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
getDeploymentVersionName
-
getDeploymentState
-
getLifeCycleState
-
getStartedDate
- Returns:
- when deployment result execution initiated, e.g. triggered or manually executed by user. Set with
LifeCycleState.PENDING
state.
-
getQueuedDate
- Returns:
- when deployment result added to queue. Set with
LifeCycleState.QUEUED
state.
-
getExecutedDate
- Returns:
- when deployment result sent to agent for execution. Set with
LifeCycleState.IN_PROGRESS
state.
-
getFinishedDate
- Returns:
- when deployment result execution was finished. Set with
LifeCycleState.FINAL_STATES
states.
-
getAgentId
Long getAgentId() -
getAgentType
-
getEnvironmentId
long getEnvironmentId() -
getTriggerReason
-