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.ReportingLevelInapplicableSettings.ReportingLevel. getLevel(String levelName)InapplicableSettings.ReportingLevelInapplicableSettingsImpl. getReportingLevel(InapplicableSettings.ProblemType problemType, BuildTypeEx settings)static InapplicableSettings.ReportingLevelInapplicableSettings.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 voidInapplicableSettings.ProblemConsumer. consume(InapplicableSettings.ProblemType problemType, InapplicableSettings.ReportingLevel reportingLevel, String message)
-