Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.IllegalRuleParamsException
-
-
Uses of IllegalRuleParamsException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters that throw IllegalRuleParamsException Modifier and Type Method Description static KeepBranchActivityFilter
KeepBranchActivityFilter. fromFeatureParams(ProjectManagerEx projectManager, Map<String,String> params)
static KeepBranchPatternFilter
KeepBranchPatternFilter. fromFeatureParams(BranchSpecs branchSpecs, Map<String,String> params)
static KeepPersonalFilter
KeepPersonalFilter. fromFeatureParams(Map<String,String> params)
static KeepStatusFilter
KeepStatusFilter. fromFeatureParams(Map<String,String> params)
static KeepTagsFilter
KeepTagsFilter. fromFeatureParams(Map<String,String> params)
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.filters that throw IllegalRuleParamsException Constructor Description KeepBranchPatternFilter(BranchSpecs branchSpecs, String branchesPattern)
KeepTagsFilter(Collection<String> tags)
-
Uses of IllegalRuleParamsException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits that throw IllegalRuleParamsException Modifier and Type Method Description static KeepLastNDaysLimit
KeepLastNDaysLimit. fromFeatureParams(Map<String,String> params)
static KeepNDaysSinceLastBuildLimit
KeepNDaysSinceLastBuildLimit. fromFeatureParams(Map<String,String> params)
static KeepNDaysSinceLastSuccessfulBuildLimit
KeepNDaysSinceLastSuccessfulBuildLimit. fromFeatureParams(Map<String,String> params)
static KeepNLastBuildsLimit
KeepNLastBuildsLimit. fromFeatureParams(Map<String,String> params)
static LegacyKeepNBuildsLimit
LegacyKeepNBuildsLimit. fromFeatureParams(Map<String,String> params)
static LegacyKeepNDaysLimit
LegacyKeepNDaysLimit. fromFeatureParams(Map<String,String> params)
static LegacyKeepNDaysMBuildsLimit
LegacyKeepNDaysMBuildsLimit. fromFeatureParams(Map<String,String> params)
Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.limits that throw IllegalRuleParamsException Constructor Description KeepLastNDaysLimit(int daysCount)
KeepNDaysSinceLastBuildLimit(int daysCount)
KeepNDaysSinceLastSuccessfulBuildLimit(int daysCount)
KeepNLastBuildsLimit(int buildsCount)
LegacyKeepNBuildsLimit(int buildsCount)
LegacyKeepNDaysLimit(int daysCount)
-
Uses of IllegalRuleParamsException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.preserves that throw IllegalRuleParamsException Modifier and Type Method Description static String
KeepArtifacts. getArtifactPatterns(Map<String,String> params)
static KeepBuildDataPart
KeepArtifacts. getInstance(Map<String,String> params)
-
Uses of IllegalRuleParamsException in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that return IllegalRuleParamsException Modifier and Type Method Description static IllegalRuleParamsException
IllegalRuleParamsException. absentParam(RulePart rulePart, String paramName, Map<String,String> paramsSubMap)
static IllegalRuleParamsException
IllegalRuleParamsException. absentType(RulePart rulePart)
static IllegalRuleParamsException
IllegalRuleParamsException. illegalParamValue(RulePart rulePart, String paramName, String paramValue)
static IllegalRuleParamsException
IllegalRuleParamsException. illegalParamValue(RulePart rulePart, String paramName, String paramValue, Exception cause)
static IllegalRuleParamsException
IllegalRuleParamsException. illegalTypeValue(RulePart rulePart, String typeValue)
-