com.atlassian.bamboo.event
Class ChainEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
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
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
planKey
protected final PlanKey planKey
ChainEvent
public ChainEvent(java.lang.Object source,
PlanKey chainKey)
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.