Package com.atlassian.bamboo.event
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
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionBambooErrorEvent
(Object source, ErrorDetails errorDetails, boolean newError) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BambooErrorEvent
-
-
Method Details
-
getErrorDetails
-
isNewError
public boolean isNewError()
-