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 PlanKey
planKey
-
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 PlanKey
getPlanKey()
String
toString()
-
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:
getPlanKey
in interfacePlanEvent
- Returns:
- planKey
-
toString
public String toString()
- Overrides:
toString
in classEventObject
-
-