com.atlassian.bamboo.event
Class ChainEvent

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.ChainEvent
All Implemented Interfaces:
PlanEvent, java.io.Serializable
Direct Known Subclasses:
ChainCreatedEvent, ChainDeletedEvent, ChainResultEvent, ChainUpdatedEvent, PlanFavouriteEvent

@AsynchronousPreferred
public class ChainEvent
extends com.atlassian.event.Event
implements PlanEvent

See Also:
Serialized Form

Field Summary
protected  PlanKey planKey
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChainEvent(java.lang.Object source, PlanKey chainKey)
           
 
Method Summary
 PlanKey getPlanKey()
          Get the PlanKey of the Chain
 java.lang.String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

planKey

protected final PlanKey planKey
Constructor Detail

ChainEvent

public ChainEvent(java.lang.Object source,
                  PlanKey chainKey)
Method Detail

getPlanKey

@NotNull
public PlanKey getPlanKey()
Get the PlanKey of the Chain

Specified by:
getPlanKey in interface PlanEvent
Returns:
planKey

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject


Copyright © 2012 Atlassian. All Rights Reserved.