@PublicApi public interface StopOnManualStageAction extends BambooPluginModule
ChainStage
has stopped execution on manual stage.
It will run after all PostStageAction
and before any PostChainAction
related to the same build.Modifier and Type | Method and Description |
---|---|
void |
execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action
|
void execute(@NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainStageResult chainStageResult, @NotNull StageExecution stageExecution) throws InterruptedException, Exception
chainResultsSummary
- chainStageResult
- stageExecution
- InterruptedException
Exception
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.