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 StorableRuleKeepRuleUiFactory. 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 JSendResponseErrorResponse. 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 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)StorableRuleRuleReceiveObject. 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 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.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 classIllegalRuleParamsExceptionclassIllegalRuleUiParamsExceptionMethods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that throw IllegalRuleException Modifier and Type Method Description StorableRuleKeepRuleFactory. fromFeatureParams(Map<String,String> featureParams)
-