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


Method Summary
 PlanExecutionConfig getPlanExecutionConfig()
          Controls how plan execution would be resumed If null, normal plan execution would be performed (new build starting on first stage)
 
Methods inherited from interface com.atlassian.bamboo.build.BuildDetectionAction
process
 

Method Detail

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.