Class ClashingCleanupRules
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.ClashingCleanupRules
-
public class ClashingCleanupRules extends Object
- Since:
- 2019.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getClashingDisableRuleIds()
Collection<String>
getClashingOverridenRuleIds()
Collection<String>
getJunkDisableRuleIds()
boolean
hasNoClashing()
String
toString()
-
-
-
Method Detail
-
getClashingDisableRuleIds
@NotNull public Collection<String> getClashingDisableRuleIds()
-
getClashingOverridenRuleIds
@NotNull public Collection<String> getClashingOverridenRuleIds()
-
getJunkDisableRuleIds
@NotNull public Collection<String> getJunkDisableRuleIds()
-
hasNoClashing
public boolean hasNoClashing()
-
-