org.sonar.api.rule
Class Severity

java.lang.Object
  extended by org.sonar.api.rule.Severity

public final class Severity
extends Object

Since:
3.6

Field Summary
static List<String> ALL
          All the supported severity values, ordered from INFO to BLOCKER.
static String BLOCKER
           
static String CRITICAL
           
static String INFO
           
static String MAJOR
           
static String MINOR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final String INFO
See Also:
Constant Field Values

MINOR

public static final String MINOR
See Also:
Constant Field Values

MAJOR

public static final String MAJOR
See Also:
Constant Field Values

CRITICAL

public static final String CRITICAL
See Also:
Constant Field Values

BLOCKER

public static final String BLOCKER
See Also:
Constant Field Values

ALL

public static final List<String> ALL
All the supported severity values, ordered from INFO to BLOCKER.



Copyright © 2009-2014 SonarSource. All Rights Reserved.