Package com.atlassian.bamboo.build
Interface UserInitiatedBuildDetectionAction
-
- All Superinterfaces:
BuildDetectionAction
- All Known Implementing Classes:
ContinuedBuildDetectionAction
,ManualBuildDetectionAction
,PluginTriggerBuildDetectionAction
public interface UserInitiatedBuildDetectionAction extends BuildDetectionAction
Interface used to markBuildDetectionAction
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable PlanExecutionConfig
getPlanExecutionConfig()
Controls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage)
-
-
-
Method Detail
-
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
-
-