Object SeverityLevel.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static SeverityLevel parse(String severityName, SeverityLevel severityDefault) Determines the severity level from a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • parse

         final static SeverityLevel parse(String severityName, SeverityLevel severityDefault)

        Determines the severity level from a string.

        Parameters:
        severityName - The name of the severity level, case-insensitive.
        severityDefault - The default severity level to use if the name is invalid.
        Returns:

        The severity level.

        Since:

        5.45.0