Interface UserInitiatedBuildDetectionAction

All Superinterfaces:
BuildDetectionAction
All Known Implementing Classes:
ContinuedBuildDetectionAction, ManualBuildDetectionAction, PluginTriggerBuildDetectionAction

public interface UserInitiatedBuildDetectionAction extends BuildDetectionAction
Interface used to mark BuildDetectionAction initiated by the user. The main purpose of this interface is to allow user change the default plan execution for manual stages and plan restart
  • Method Summary

    Modifier and Type
    Method
    Description
    Controls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage)
  • Method Details

    • getPlanExecutionConfig

      @Nullable @Nullable PlanExecutionConfig getPlanExecutionConfig()
      Controls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage)
      Returns:
      planExecutionConfig