Class DeploymentFinishedEvent
java.lang.Object
com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
com.atlassian.bamboo.deployments.execution.events.DeploymentFinishedEvent
- All Implemented Interfaces:
DeploymentEvent
,Serializable
@AsynchronousPreferred
public class DeploymentFinishedEvent
extends AbstractDeploymentEvent
implements Serializable
Event fired when deployment execution is finished and processed. Used for example to trigger notifications.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeploymentFinishedEvent
(long deploymentResultId) DeploymentFinishedEvent
(long deploymentResultId, @NotNull String resultKey, @NotNull Timestamp timestamp) -
Method Summary
Methods inherited from class com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
getDeploymentResultId