Uses of Class
jetbrains.buildServer.serverSide.impl.versionedSettings.InapplicableSettings.ReportingLevel
-
Packages that use InapplicableSettings.ReportingLevel Package Description jetbrains.buildServer.serverSide.impl.versionedSettings -
-
Uses of InapplicableSettings.ReportingLevel in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings that return InapplicableSettings.ReportingLevel Modifier and Type Method Description static InapplicableSettings.ReportingLevel
InapplicableSettings.ReportingLevel. getLevel(String levelName)
InapplicableSettings.ReportingLevel
InapplicableSettingsImpl. getReportingLevel(InapplicableSettings.ProblemType problemType, BuildTypeEx settings)
static InapplicableSettings.ReportingLevel
InapplicableSettings.ReportingLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static InapplicableSettings.ReportingLevel[]
InapplicableSettings.ReportingLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type InapplicableSettings.ReportingLevel Modifier and Type Method Description void
InapplicableSettings.ProblemConsumer. consume(InapplicableSettings.ProblemType problemType, InapplicableSettings.ReportingLevel reportingLevel, String message)
-