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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentFinishedEvent(long deploymentResultId)
DeploymentFinishedEvent(long deploymentResultId, @NotNull String resultKey, @NotNull Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getResultKey()
@NotNull Timestamp
getTimestamp()
String
toString()
-
Methods inherited from class com.atlassian.bamboo.deployments.execution.events.AbstractDeploymentEvent
getDeploymentResultId
-
-