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
planKey
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionChainCompletedEvent
(Object source, @NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext) -
Method Summary
Modifier and TypeMethodDescription@NotNull BuildContext
@NotNull ChainExecution
@NotNull BuildContext
Methods inherited from class com.atlassian.bamboo.event.ChainResultEvent
getPlanResultKey
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
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
Methods 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:
getContext
in interfaceContextEvent<BuildContext>
-
getResultKey
- Specified by:
getResultKey
in interfaceResultEvent
-