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 interfaceSKeepRuleStandard 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 StringCleanupUtils. 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 classKeepRuleImplMethods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules with parameters of type KeepRule Modifier and Type Method Description static booleanRulesUtil. 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.
-