Package com.atlassian.bamboo.event
Class ChainResultEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ChainEvent
com.atlassian.bamboo.event.ChainResultEvent
- All Implemented Interfaces:
PlanEvent,PlanResultEvent,Serializable
- Direct Known Subclasses:
ChainCompletedEvent,ChainResultDeletedEvent,FailedStageRestartEvent,ManualStageResumedEvent,StageCompletedEvent,StoppedOnManualStageEvent
Base class for chain result related events
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull PlanResultKeyGet thePlanResultKeyfor theChainResultsSummaryMethods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSourceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.event.PlanEvent
getPlanKey
-
Constructor Details
-
ChainResultEvent
-
-
Method Details
-
getPlanResultKey
Get thePlanResultKeyfor theChainResultsSummary- Specified by:
getPlanResultKeyin interfacePlanResultEvent- Returns:
- planResultKey
-