Package com.atlassian.bamboo.deployments.execution.events
-
Interface Summary Interface Description DeploymentEvent Interface to allow common interaction with events about deployment resultsDeploymentTimingPoint -
Class Summary Class Description AbstractDeploymentEvent DeploymentFinishedEvent Event fired when deployment execution is finished and processed.DeploymentStartedEvent Event fired when deployment is set toLifeCycleState.PENDING
state.DeploymentTimingPoints DeploymentTimingPoints.AgentAssigned Deployment was received by agentDeploymentTimingPoints.ExecutionCancelled Deployment execution was cancelled on agentDeploymentTimingPoints.ExecutionFinished Deployment execution was finished on agentDeploymentTimingPoints.ExecutionStarted Deployment execution was started on agentDeploymentTimingPoints.Queued Deployment was put to the queueDeploymentTimingPoints.SentToAgent Deployment was picked up from the queue by agentOutOfBandDeploymentTimingPoints OutOfBandDeploymentTimingPoints.AgentAssigned OutOfBandDeploymentTimingPoints.ExecutionFinished OutOfBandDeploymentTimingPoints.ExecutionStarted OutOfBandDeploymentTimingPoints.Queued OutOfBandDeploymentTimingPoints.SentToAgent