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 Details

    • DeploymentFinishedEvent

      public DeploymentFinishedEvent(long deploymentResultId)
    • DeploymentFinishedEvent

      public DeploymentFinishedEvent(long deploymentResultId, @NotNull @NotNull String resultKey, @NotNull @NotNull Timestamp timestamp)
  • Method Details

    • getTimestamp

      @NotNull public @NotNull Timestamp getTimestamp()
    • getResultKey

      @Nullable public @Nullable String getResultKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object