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 RuleSendObject
RuleSendObject. enforced(String holder, String holderExternalId, boolean overridesOwn, String ruleId, SKeepRule rule)
static RuleSendObject
RuleSendObject. inherited(String holder, String holderExternalId, String ruleId, SKeepRule rule)
static RuleSendObject
RuleSendObject. inheritedDisabled(String holder, String holderExternalId, String ruleId, SKeepRule rule)
static RuleSendObject
RuleSendObject. 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 class
KeepRuleImpl
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that return SKeepRule Modifier and Type Method Description static SKeepRule
PredefinedRules. createKeepEverythingRule(boolean preserveArtifactDependencies)
static SKeepRule
PredefinedRules. createKeepRuleVorVirtualConfiguration(int daysLimit)
static SKeepRule
PredefinedRules. createLegacyKeepNBuildsRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int buildsCount, boolean preserveArtifactDependencies)
Keep rule analogue of theKeepNBuildsPolicy
.static SKeepRule
PredefinedRules. createLegacyKeepNDaysMBuildsRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int daysCount, int buildsCount, boolean preserveArtifactDependencies)
Keep rule analogue of theKeepNDaysMBuildsPolicy
.static SKeepRule
PredefinedRules. createLegacyKeepNDaysRule(ProjectManagerEx projectManager, Set<KeepBuildDataPart> keepBuildDataParts, int daysCount, boolean preserveArtifactDependencies)
Keep rule analogue of theKeepNDaysPolicy
.SKeepRule
StorableRule. getRule()
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules with parameters of type SKeepRule Modifier and Type Method Description static StorableRule
StorableRule. create(SKeepRule keepRule)
static StorableRule
StorableRule. 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 SKeepRule
KeepRuleWithHolder. getRule()
-