com.atlassian.bamboo.event
Class BuildEvent

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.BuildEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BuildConfigurationUpdatedEvent, BuildCreatedEvent, BuildDeletedEvent, BuildHungEvent, BuildQueueTimeoutEvent, BuildRequirementUpdatedEvent, BuildResultEvent, ChangeDetectionRequiredEvent, InitialBuildRequiredEvent

public class BuildEvent
extends com.atlassian.event.Event

Generic base event for Events that captures a Build. We store the key so that the listeners

See Also:
Serialized Form

Field Summary
protected  java.lang.String buildKey
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BuildEvent(java.lang.Object source, java.lang.String buildKey)
           
 
Method Summary
 java.lang.String getBuildPlanKey()
           
 
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
 

Field Detail

buildKey

protected final java.lang.String buildKey
Constructor Detail

BuildEvent

public BuildEvent(java.lang.Object source,
                  java.lang.String buildKey)
Method Detail

getBuildPlanKey

public java.lang.String getBuildPlanKey()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.