com.atlassian.bamboo.event
Class BambooErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.bamboo.event.BambooErrorEvent
All Implemented Interfaces:
java.io.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BambooErrorEvent(java.lang.Object source, ErrorDetails errorDetails, boolean newError)
           
 
Method Summary
 ErrorDetails getErrorDetails()
           
 boolean isNewError()
           
 
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
 

Constructor Detail

BambooErrorEvent

public BambooErrorEvent(java.lang.Object source,
                        ErrorDetails errorDetails,
                        boolean newError)
Method Detail

getErrorDetails

public ErrorDetails getErrorDetails()

isNewError

public boolean isNewError()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.