Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.IllegalRuleException
-
-
Uses of IllegalRuleException in jetbrains.buildServer.controllers.admin.cleanup
Methods in jetbrains.buildServer.controllers.admin.cleanup that throw IllegalRuleException Modifier and Type Method Description StorableRule
KeepRuleUiFactory. createFromUIParams(BuildPartsObject keepBuildPartsParams, FiltersObject filtersParams, PartitionsObject partitionsParams, LimitObject limitParams, boolean preserveArtifacts, boolean ruleDisabled)
-
Uses of IllegalRuleException in jetbrains.buildServer.controllers.admin.cleanup.jsons
Methods in jetbrains.buildServer.controllers.admin.cleanup.jsons with parameters of type IllegalRuleException Modifier and Type Method Description static JSendResponse
ErrorResponse. illegalRule(String errorMessage, IllegalRuleException exception)
-
Uses of IllegalRuleException in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup
Methods in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup that throw IllegalRuleException 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)
StorableRule
RuleReceiveObject. toRule(KeepRuleUiFactory factory, boolean ruleDisabled)
Constructors in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup that throw IllegalRuleException Constructor Description BuildPartsObject(Collection<KeepBuildDataPart> keepBuildDataParts)
FiltersObject(Collection<KeepFilter> filters)
LimitObject(KeepLimit limit)
PartitionsObject(Collection<KeepPartition> partitions)
-
Uses of IllegalRuleException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that throw IllegalRuleException Modifier and Type Method Description 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
.Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.rules that throw IllegalRuleException Constructor Description KeepRuleImpl(Set<KeepBuildDataPart> keepBuildDataParts, Set<KeepFilter> filters, Set<KeepPartition> partitions, KeepLimit limit, boolean preserveArtifactDependencies)
-
Uses of IllegalRuleException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Subclasses of IllegalRuleException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings Modifier and Type Class Description class
IllegalRuleParamsException
class
IllegalRuleUiParamsException
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that throw IllegalRuleException Modifier and Type Method Description StorableRule
KeepRuleFactory. fromFeatureParams(Map<String,String> featureParams)
-