Uses of Class
jetbrains.buildServer.agent.inspections.InspectionSeverityValues
-
Packages that use InspectionSeverityValues Package Description jetbrains.buildServer.agent.inspections -
-
Uses of InspectionSeverityValues in jetbrains.buildServer.agent.inspections
Methods in jetbrains.buildServer.agent.inspections that return InspectionSeverityValues Modifier and Type Method Description static InspectionSeverityValues
InspectionSeverityValues. valueOf(String name)
Returns the enum constant of this type with the specified name.static InspectionSeverityValues[]
InspectionSeverityValues. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-