Interface UnconditionalBuildDetectionAction

All Superinterfaces:
BuildDetectionAction
All Known Subinterfaces:
DelayedChangeDetectionAction
All Known Implementing Classes:
AbstractDependentDetectionAction, ChildDependencyBuildDetectionAction, ContinuedBuildDetectionAction, DependentBuildDetectionAction, InitialBuildDetectionAction, ManualBuildDetectionAction, ScheduledBuildDetectionAction, TagBuildAction

@Internal public interface UnconditionalBuildDetectionAction extends BuildDetectionAction
Optional BuildDetectionAction interface that indicates that the action does not make the decision if the build should start. In other words the only turn of events which causes build not to start is either - an error during execution of this action - some 'external' condition blocking the build (e.g. build concurrency limit)