Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.v2019.KeepRule
-
-
Uses of KeepRule in jetbrains.buildServer.serverSide.impl.cleanup
Subinterfaces of KeepRule in jetbrains.buildServer.serverSide.impl.cleanup Modifier and Type Interface Description interface
SKeepRule
Standard rule based on filters, partitions and limit.Method parameters in jetbrains.buildServer.serverSide.impl.cleanup with type arguments of type KeepRule Modifier and Type Method Description static String
CleanupUtils. getRulesLogString(Collection<KeepRule> rules)
-
Uses of KeepRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl
Constructor parameters in jetbrains.buildServer.serverSide.impl.cleanup.v2019.impl with type arguments of type KeepRule Constructor Description KeepRulesCollector(SQLRunnerEx sqlRunner, Map<String,Collection<KeepRule>> buildTypeIdKeepRules, gnu.trove.set.TLongSet buildIdsReferencedByBuildNumber, CleanupProcessStateEx cleanupState)
-
Uses of KeepRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that implement KeepRule Modifier and Type Class Description class
KeepRuleImpl
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules with parameters of type KeepRule Modifier and Type Method Description static boolean
RulesUtil. isKeepAll(KeepRule rule)
-
Uses of KeepRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that return types with arguments of type KeepRule Modifier and Type Method Description Collection<KeepRule>
KeepRulesManager. getEnabledRules(BuildTypeEx buildType)
Returns enabled effective rules from the whole build type hierarchy.Collection<KeepRule>
KeepRulesManager. getEnabledRules(ProjectEx project)
Returns enabled effective rules from the whole project hierarchy.Map<String,KeepRule>
KeepRulesManager. getFeatureId2EnabledRuleMap(BuildTypeEx buildType)
Returns map from feature ids to enabled effective rules from the whole build type hierarchy.Map<String,KeepRule>
KeepRulesManager. getFeatureId2EnabledRuleMap(ProjectEx project)
Returns map from feature ids to enabled effective rules from the whole project hierarchy.
-