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

Packages that use RuleFailureLevel
ch.hortis.sonar.model   
org.sonar.plugins.api.maven   
org.sonar.plugins.pmd   
 

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.api.maven
 

Methods in org.sonar.plugins.api.maven that return RuleFailureLevel
protected abstract  RuleFailureLevel AbstractFailureCollector.getLevel(org.w3c.dom.Element failure)
           
 

Methods in org.sonar.plugins.api.maven 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)
           
 RuleFailure PlsqlMeasuresRecorder.createRuleFailure(Rule rule, java.lang.String dirname, java.lang.String filename, java.lang.String message, RuleFailureLevel level, RuleFailureParam... params)
           
 

Uses of RuleFailureLevel in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return RuleFailureLevel
protected  RuleFailureLevel PmdFailureCollector.getLevel(org.w3c.dom.Element failure)
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.