Class DeploymentStartedEvent

java.lang.Object
com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
com.atlassian.bamboo.deployments.execution.events.DeploymentStartedEvent
All Implemented Interfaces:
DeploymentEvent, Serializable

@AsynchronousPreferred public class DeploymentStartedEvent extends AbstractDeploymentEvent implements Serializable
Event fired when deployment is set to LifeCycleState.PENDING state. Used for example to trigger notifications.
See Also:
  • Constructor Details

    • DeploymentStartedEvent

      public DeploymentStartedEvent(DeploymentContext deploymentContext)
  • Method Details