com.atlassian.bamboo.build
Interface UserInitiatedBuildDetectionAction
- All Superinterfaces:
- BuildDetectionAction
- All Known Implementing Classes:
- ContinuedBuildDetectionAction, ManualBuildDetectionAction
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
getPlanExecutionConfig
@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
Copyright © 2012 Atlassian. All Rights Reserved.