Uses of Interface
jetbrains.buildServer.serverSide.impl.cleanup.SKeepRule
-
-
Uses of SKeepRule in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup
Methods in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup with parameters of type SKeepRule Modifier and Type Method Description static RuleSendObjectRuleSendObject. enforced(String holder, String holderExternalId, boolean overridesOwn, String ruleId, SKeepRule rule)static RuleSendObjectRuleSendObject. inherited(String holder, String holderExternalId, String ruleId, SKeepRule rule)static RuleSendObjectRuleSendObject. inheritedDisabled(String holder, String holderExternalId, String ruleId, SKeepRule rule)static RuleSendObjectRuleSendObject. own(String parentalHolder, String parentalHolderExternalId, String ruleId, boolean ruleDisabled, SKeepRule rule) -
Uses of SKeepRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that implement SKeepRule Modifier and Type Class Description classKeepRuleImplMethods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that return SKeepRule Modifier and Type Method Description static SKeepRulePredefinedRules. createKeepEverythingRule(boolean preserveArtifactDependencies)static SKeepRulePredefinedRules. createKeepRuleVorVirtualConfiguration(int daysLimit)static SKeepRulePredefinedRules. createLegacyKeepNBuildsRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int buildsCount, boolean preserveArtifactDependencies)Keep rule analogue of theKeepNBuildsPolicy.static SKeepRulePredefinedRules. createLegacyKeepNDaysMBuildsRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int daysCount, int buildsCount, boolean preserveArtifactDependencies)Keep rule analogue of theKeepNDaysMBuildsPolicy.static SKeepRulePredefinedRules. createLegacyKeepNDaysRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int daysCount, boolean preserveArtifactDependencies)Keep rule analogue of theKeepNDaysPolicy.SKeepRuleStorableRule. getRule()Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules with parameters of type SKeepRule Modifier and Type Method Description static StorableRuleStorableRule. create(SKeepRule keepRule)static StorableRuleStorableRule. create(SKeepRule keepRule, boolean ruleDisabled) -
Uses of SKeepRule in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that return SKeepRule Modifier and Type Method Description SKeepRuleKeepRuleWithHolder. getRule()
-