Uses of Class
org.sonar.check.Priority

Packages that use Priority
org.sonar.api.checks.profiles   
org.sonar.api.checks.templates   
org.sonar.api.rules   
org.sonar.check   
 

Uses of Priority in org.sonar.api.checks.profiles
 

Methods in org.sonar.api.checks.profiles that return Priority
 Priority Check.getPriority()
          Deprecated.  
 

Methods in org.sonar.api.checks.profiles with parameters of type Priority
 void Check.setPriority(Priority priority)
          Deprecated.  
 

Uses of Priority in org.sonar.api.checks.templates
 

Fields in org.sonar.api.checks.templates declared as Priority
protected  Priority CheckTemplate.priority
          Deprecated.  
 

Methods in org.sonar.api.checks.templates that return Priority
 Priority CheckTemplate.getPriority()
          Deprecated.  
 

Methods in org.sonar.api.checks.templates with parameters of type Priority
 void CheckTemplate.setPriority(Priority p)
          Deprecated.  
 

Uses of Priority in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return Priority
 Priority RulePriority.toCheckPriority()
           
 

Methods in org.sonar.api.rules with parameters of type Priority
static RulePriority RulePriority.fromCheckPriority(Priority checkPriority)
           
 

Uses of Priority in org.sonar.check
 

Methods in org.sonar.check that return Priority
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.