Package com.atlassian.bamboo.event
Class ChainCompletedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ChainCompletedEvent(Object source, @NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull BuildContext
getBuildContext()
@NotNull ChainExecution
getChainExecution()
@NotNull BuildContext
getContext()
ResultKey
getResultKey()
-
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 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 Detail
-
ChainCompletedEvent
public ChainCompletedEvent(Object source, @NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull BuildContext buildContext)
-
-
Method Detail
-
getBuildContext
@NotNull public @NotNull BuildContext getBuildContext()
-
getChainExecution
@NotNull public @NotNull ChainExecution getChainExecution()
-
getContext
@NotNull public @NotNull BuildContext getContext()
- Specified by:
getContext
in interfaceContextEvent<BuildContext>
-
getResultKey
public ResultKey getResultKey()
- Specified by:
getResultKey
in interfaceResultEvent
-
-