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