Package com.atlassian.bamboo.build
Interface UserInitiatedBuildDetectionAction
- All Superinterfaces:
BuildDetectionAction
- All Known Implementing Classes:
ContinuedBuildDetectionAction,ManualBuildDetectionAction,PluginTriggerBuildDetectionAction
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 TypeMethodDescription@Nullable PlanExecutionConfigControls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage)
-
Method Details
-
getPlanExecutionConfig
Controls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage)- Returns:
- planExecutionConfig
-