@AsynchronousPreferred public class StageCompletedEvent extends ChainResultEvent
planKey
source
Constructor and Description |
---|
StageCompletedEvent(Object source,
@NotNull ChainExecution chainExecution,
@NotNull StageExecution stageExecution,
@Nullable ImmutableChainStage stageDefinition) |
Modifier and Type | Method and Description |
---|---|
@NotNull ChainExecution |
getChainExecution()
The
ChainExecution of the completed StageExecution |
@Nullable ImmutableChainStage |
getStageDefinition() |
@NotNull StageExecution |
getStageExecution()
The
StageExecution of the completed chain |
getPlanResultKey
getPlanKey, toString
getSource
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPlanKey
public StageCompletedEvent(Object source, @NotNull @NotNull ChainExecution chainExecution, @NotNull @NotNull StageExecution stageExecution, @Nullable @Nullable ImmutableChainStage stageDefinition)
@NotNull public @NotNull ChainExecution getChainExecution()
ChainExecution
of the completed StageExecution
@NotNull public @NotNull StageExecution getStageExecution()
StageExecution
of the completed chain@Nullable public @Nullable ImmutableChainStage getStageDefinition()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.