Class CancelCurrentBuildEvent

java.lang.Object
com.atlassian.bamboo.event.agent.CancelCurrentBuildEvent

@AsynchronousPreferred public class CancelCurrentBuildEvent extends Object
Event telling agent to drop current build.
Since:
10.1
  • Constructor Details

    • CancelCurrentBuildEvent

      public CancelCurrentBuildEvent(ResultKey resultKey, String reason)
  • Method Details

    • getResultKey

      public ResultKey getResultKey()
    • getReason

      public String getReason()