Package 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,Serializable
- Direct Known Subclasses:
ChainAbandonedEvent,ChainCreatedEvent,ChainDeletedEvent,ChainMovingEvent,ChainResultEvent,ChainStartedEvent,ChainUpdatedEvent,PlanArtifactDefinitionEvent,PlanBranchResetToLightweight,PlanFavouriteEvent,PlansDefaultVcsRepositoryChanged,PlanSharedArtifactDefinitionListModified
@AsynchronousPreferred public class ChainEvent extends com.atlassian.event.Event implements PlanEvent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PlanKeyplanKey-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ChainEvent(Object source, PlanKey chainKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull PlanKeygetPlanKey()StringtoString()-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Field Detail
-
planKey
protected final PlanKey planKey
-
-
Method Detail
-
getPlanKey
@NotNull public @NotNull PlanKey getPlanKey()
- Specified by:
getPlanKeyin interfacePlanEvent- Returns:
- planKey
-
toString
public String toString()
- Overrides:
toStringin classEventObject
-
-