Package com.atlassian.bamboo.event
Class ChainCompletedEvent
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
com.atlassian.bamboo.event.ChainCompletedEvent
- All Implemented Interfaces:
ContextEvent<BuildContext>,PlanEvent,PlanResultEvent,ResultEvent,Serializable
@AsynchronousPreferred
public class ChainCompletedEvent
extends ChainResultEvent
implements ContextEvent<BuildContext>
Event that gets triggered after a chain completes
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionChainCompletedEvent(Object source, @NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext) -
Method Summary
Modifier and TypeMethodDescription@NotNull BuildContext@NotNull ChainExecution@NotNull BuildContextMethods inherited from class com.atlassian.bamboo.event.ChainResultEvent
getPlanResultKeyMethods 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
-
ChainCompletedEvent
public ChainCompletedEvent(Object source, @NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull BuildContext buildContext)
-
-
Method Details
-
getBuildContext
-
getChainExecution
-
getContext
- Specified by:
getContextin interfaceContextEvent<BuildContext>
-
getResultKey
- Specified by:
getResultKeyin interfaceResultEvent
-