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 toLifeCycleState.PENDING
state. Used for example to trigger notifications.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentStartedEvent(DeploymentContext deploymentContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentContext
getDeploymentContext()
-
Methods inherited from class com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
getDeploymentResultId
-
-
-
-
Constructor Detail
-
DeploymentStartedEvent
public DeploymentStartedEvent(DeploymentContext deploymentContext)
-
-
Method Detail
-
getDeploymentContext
public DeploymentContext getDeploymentContext()
-
-