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 RulePart
IllegalRuleParamsException. getRulePart()
static RulePart
RulePart. 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 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)
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)
-