Class Severity


  • public final class Severity
    extends java.lang.Object
    Since:
    3.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<java.lang.String> ALL
      All the supported severity values, ordered from INFO to BLOCKER.
      static java.lang.String BLOCKER  
      static java.lang.String CRITICAL  
      static java.lang.String INFO  
      static java.lang.String MAJOR  
      static java.lang.String MINOR  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String defaultSeverity()  
      • Methods inherited from class java.lang.Object

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

      • defaultSeverity

        public static java.lang.String defaultSeverity()