Class BambooErrorEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.BambooErrorEvent
All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class BambooErrorEvent extends BambooEvent
Represents an Error thrown in Bamboo, these can either be system errors or build errors. There is no guarantee what the error is for, so please make no assumptions as to what data is included.
See Also:
  • Constructor Details

    • BambooErrorEvent

      public BambooErrorEvent(Object source, ErrorDetails errorDetails, boolean newError)
  • Method Details

    • getErrorDetails

      public ErrorDetails getErrorDetails()
    • isNewError

      public boolean isNewError()