Interface ExecutorModeSupport
-
- All Known Implementing Classes:
ApprovalBuildFeature
,AutoMergeBuildFeature
,BuildCacheFeature
,BuildFailureOnMessageFeature
,BuildFailureOnMetricFeature
,BuildFeature
,FreeSpaceBuildFeature
,KeepRuleBuildFeature
,MockBuildFeature
,MockRunType
,NotificationsBuildFeature
,PipelineBuildFeature
,PlaceholderRunType
,RunType
,UnknownRunType
,VcsLabelingBuildFeature
public interface ExecutorModeSupport
Characterizes how a feature supports the executor mode.- Since:
- 2022.12
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ExecutorModeSupportType
getSupportType()
Returns the feature level of support of the executor mode.
-
-
-
Method Detail
-
getSupportType
@NotNull default ExecutorModeSupportType getSupportType()
Returns the feature level of support of the executor mode.- Returns:
- see above
- Since:
- 2022.12
-
-