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 KeepBranchActivityFilterKeepBranchActivityFilter. fromFeatureParams(ProjectManagerEx projectManager, Map<String,String> params)static KeepBranchPatternFilterKeepBranchPatternFilter. fromFeatureParams(BranchSpecs branchSpecs, Map<String,String> params)static KeepPersonalFilterKeepPersonalFilter. fromFeatureParams(Map<String,String> params)static KeepStatusFilterKeepStatusFilter. fromFeatureParams(Map<String,String> params)static KeepTagsFilterKeepTagsFilter. 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 KeepLastNDaysLimitKeepLastNDaysLimit. fromFeatureParams(Map<String,String> params)static KeepNDaysSinceLastBuildLimitKeepNDaysSinceLastBuildLimit. fromFeatureParams(Map<String,String> params)static KeepNDaysSinceLastSuccessfulBuildLimitKeepNDaysSinceLastSuccessfulBuildLimit. fromFeatureParams(Map<String,String> params)static KeepNLastBuildsLimitKeepNLastBuildsLimit. fromFeatureParams(Map<String,String> params)static LegacyKeepNBuildsLimitLegacyKeepNBuildsLimit. fromFeatureParams(Map<String,String> params)static LegacyKeepNDaysLimitLegacyKeepNDaysLimit. fromFeatureParams(Map<String,String> params)static LegacyKeepNDaysMBuildsLimitLegacyKeepNDaysMBuildsLimit. 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 StringKeepArtifacts. getArtifactPatterns(Map<String,String> params)static KeepBuildDataPartKeepArtifacts. 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 IllegalRuleParamsExceptionIllegalRuleParamsException. absentParam(RulePart rulePart, String paramName, Map<String,String> paramsSubMap)static IllegalRuleParamsExceptionIllegalRuleParamsException. absentType(RulePart rulePart)static IllegalRuleParamsExceptionIllegalRuleParamsException. illegalParamValue(RulePart rulePart, String paramName, String paramValue)static IllegalRuleParamsExceptionIllegalRuleParamsException. illegalParamValue(RulePart rulePart, String paramName, String paramValue, Exception cause)static IllegalRuleParamsExceptionIllegalRuleParamsException. illegalTypeValue(RulePart rulePart, String typeValue)
-