Class TriggerRulesAnalyzer
- java.lang.Object
-
- jetbrains.buildServer.serverSide.healthStatus.reports.TriggerRulesAnalyzer
-
public class TriggerRulesAnalyzer extends Object
This class analyzes all problems related to trigger rules. Trigger rules should reference to VCS roots that are attached to build type itself or to its snapshot dependencies, otherwise it looks like a bug in the settings.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_TYPE_KEY
-
Constructor Summary
Constructors Constructor Description TriggerRulesAnalyzer(ItemCategory itemCategory, String triggerRulesPropertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reportTriggerRulesProblems(BuildTriggerDescriptor trigger, SBuildType buildType, HealthStatusItemConsumer resultConsumer)
-
-
-
Field Detail
-
BUILD_TYPE_KEY
public static final String BUILD_TYPE_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TriggerRulesAnalyzer
public TriggerRulesAnalyzer(@NotNull ItemCategory itemCategory, @NotNull String triggerRulesPropertyName)
-
-
Method Detail
-
reportTriggerRulesProblems
public void reportTriggerRulesProblems(@NotNull BuildTriggerDescriptor trigger, @NotNull SBuildType buildType, @NotNull HealthStatusItemConsumer resultConsumer)
-
-