Package com.atlassian.bamboo.event
Class StageCompletedEvent
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.StageCompletedEvent
- All Implemented Interfaces:
PlanEvent,PlanResultEvent,Serializable
Event that gets triggered after a stage completes
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStageCompletedEvent(Object source, @NotNull ChainExecution chainExecution, @NotNull StageExecution stageExecution, @Nullable ImmutableChainStage stageDefinition) -
Method Summary
Modifier and TypeMethodDescription@NotNull ChainExecutionTheChainExecutionof the completedStageExecution@Nullable ImmutableChainStage@NotNull StageExecutionTheStageExecutionof the completed chainMethods 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
-
StageCompletedEvent
public StageCompletedEvent(Object source, @NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull StageExecution stageExecution, @Nullable @Nullable ImmutableChainStage stageDefinition)
-
-
Method Details
-
getChainExecution
TheChainExecutionof the completedStageExecution- Returns:
- chainExecution
-
getStageExecution
TheStageExecutionof the completed chain- Returns:
- stageExecution
-
getStageDefinition
-