com.atlassian.bamboo.chains.plugins
Interface RestartFailedStageAction

All Superinterfaces:
BambooPluginModule

@PublicApi
public interface RestartFailedStageAction
extends BambooPluginModule

Custom action that runs before a failed ChainStage has been restarted. It will run before any PreStageAction related to the same build.

Since:
3.2

Method Summary
 void execute(StageExecution stageExecution)
          Executes the custom action
 

Method Detail

execute

void execute(@NotNull
             StageExecution stageExecution)
             throws InterruptedException,
                    Exception
Executes the custom action

Parameters:
stageExecution -
Throws:
InterruptedException
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.