com.atlassian.bamboo.event
Class BambooErrorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BambooErrorEvent
- All Implemented Interfaces:
- java.io.Serializable
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 guarentee what the error is for, so please make no assumptions as to what data is included.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BambooErrorEvent
public BambooErrorEvent(java.lang.Object source,
ErrorDetails errorDetails,
boolean newError)
getErrorDetails
public ErrorDetails getErrorDetails()
isNewError
public boolean isNewError()
Copyright © 2010 Atlassian. All Rights Reserved.