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

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
 
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

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


Copyright © 2010 Atlassian. All Rights Reserved.