Uses of Class
jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.RulePart
-
Packages that use RulePart Package Description jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings -
-
Uses of RulePart in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that return RulePart Modifier and Type Method Description RulePartIllegalRuleParamsException. getRulePart()static RulePartRulePart. valueOf(String name)Returns the enum constant of this type with the specified name.static RulePart[]RulePart. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings with parameters of type RulePart 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)Constructors in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings with parameters of type RulePart Constructor Description IllegalRuleParamsException(RulePart rulePart, String paramName, String message)IllegalRuleParamsException(RulePart rulePart, String paramName, String paramValue, String message)IllegalRuleParamsException(RulePart rulePart, String paramName, String paramValue, String message, Exception cause)
-