com.atlassian.bamboo.chains.plugins
Interface RestartFailedStageAction

All Superinterfaces:
BambooPluginModule

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 java.lang.InterruptedException,
                    java.lang.Exception
Executes the custom action

Parameters:
stageExecution -
Throws:
java.lang.InterruptedException
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.