Package com.atlassian.bamboo.build.test
Interface TriggerConditionsAwareBuildDetectionAction
-
- All Superinterfaces:
BuildDetectionAction
- All Known Implementing Classes:
ChangeDetectionListenerAction
,ScheduledBuildDetectionAction
public interface TriggerConditionsAwareBuildDetectionAction extends BuildDetectionAction
Interface used to markBuildDetectionAction
that can be blocked byBuildTriggerCondition
.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getTriggerConditionsConfiguration()
-