Class DeploymentTimingPoints.ExecutionCancelled
java.lang.Object
com.atlassian.bamboo.deployments.execution.events.DeploymentTimingPoints
com.atlassian.bamboo.deployments.execution.events.DeploymentTimingPoints.ExecutionCancelled
- All Implemented Interfaces:
DeploymentTimingPoint
,TimingPoint
,Serializable
- Enclosing class:
- DeploymentTimingPoints
Deployment execution was cancelled on agent
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.deployments.execution.events.DeploymentTimingPoints
DeploymentTimingPoints.AgentAssigned, DeploymentTimingPoints.ExecutionCancelled, DeploymentTimingPoints.ExecutionFinished, DeploymentTimingPoints.ExecutionStarted, DeploymentTimingPoints.Queued, DeploymentTimingPoints.SentToAgent
-
Constructor Summary
ConstructorDescriptionExecutionCancelled
(@NotNull ResultKey resultKey, @NotNull Date date, boolean buildActuallyCancelled) -
Method Summary
Methods inherited from class com.atlassian.bamboo.deployments.execution.events.DeploymentTimingPoints
agentAssigned, executionCancelled, executionFinished, executionStarted, getDate, getDeploymentResultId, getResultKey, queued, sentToAgent
-
Constructor Details
-
ExecutionCancelled
-
-
Method Details
-
isBuildActuallyCancelled
public boolean isBuildActuallyCancelled()
-