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

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull StageExecution stageExecution)
    Executes the custom action