Uses of Class
ch.hortis.sonar.model.RuleFailureLevel

Packages that use RuleFailureLevel
ch.hortis.sonar.model   
org.sonar.plugins.java   
org.sonar.plugins.plsql   
 

Uses of RuleFailureLevel in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return RuleFailureLevel
 RuleFailureLevel RuleFailure.getLevel()
           
 RuleFailureLevel ActiveRule.getLevel()
           
static RuleFailureLevel RuleFailureLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuleFailureLevel[] RuleFailureLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.hortis.sonar.model with parameters of type RuleFailureLevel
 java.util.List<ActiveRule> RulesProfile.getActiveRules(RuleFailureLevel level)
           
 void RuleFailure.setLevel(RuleFailureLevel level)
           
 void ActiveRule.setLevel(RuleFailureLevel level)
           
 

Constructors in ch.hortis.sonar.model with parameters of type RuleFailureLevel
ActiveRule(RulesProfile profile, Rule rule, RuleFailureLevel level)
           
RuleFailure(Rule rule, RuleFailureLevel level)
           
RuleFailure(Rule rule, RuleFailureLevel level, Snapshot snapshot)
           
 

Uses of RuleFailureLevel in org.sonar.plugins.java
 

Methods in org.sonar.plugins.java with parameters of type RuleFailureLevel
 RuleFailure JavaMeasuresRecorder.createClassRuleFailure(Rule rule, java.lang.String packageName, java.lang.String className, boolean unitTest, java.lang.String message, RuleFailureLevel level, RuleFailureParam... params)
           
 

Uses of RuleFailureLevel in org.sonar.plugins.plsql
 

Methods in org.sonar.plugins.plsql with parameters of type RuleFailureLevel
 RuleFailure PlsqlMeasuresRecorder.createRuleFailure(Rule rule, java.lang.String dirname, java.lang.String filename, java.lang.String message, RuleFailureLevel level, RuleFailureParam... params)
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.