com.atlassian.bamboo.chains.plugins
Interface StopOnManualStageAction
- All Superinterfaces:
- BambooPluginModule
public interface StopOnManualStageAction
- extends BambooPluginModule
Custom action that runs after the ChainStage
has stopped execution on manual stage.
It will run after all PostStageAction
and before any PostChainAction
related to the same build.
- Since:
- 3.2
execute
void execute(@NotNull
ChainResultsSummary chainResultsSummary,
@NotNull
ChainStageResult chainStageResult,
@NotNull
StageExecution stageExecution)
throws java.lang.InterruptedException,
java.lang.Exception
- Executes the custom action
- Parameters:
chainResultsSummary
- chainStageResult
- stageExecution
-
- Throws:
java.lang.InterruptedException
java.lang.Exception
Copyright © 2012 Atlassian. All Rights Reserved.