Class BambooErrorEvent

  • All Implemented Interfaces:
    Serializable

    @AsynchronousPreferred
    public class BambooErrorEvent
    extends com.atlassian.event.Event
    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:
    Serialized Form
    • Constructor Detail

      • BambooErrorEvent

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

      • isNewError

        public boolean isNewError()