Uses of Class
org.sonar.api.database.model.RuleFailureModel

Packages that use RuleFailureModel
org.sonar.api.database.daos   
org.sonar.api.database.model   
org.sonar.jpa.dao   
 

Uses of RuleFailureModel in org.sonar.api.database.daos
 

Methods in org.sonar.api.database.daos that return types with arguments of type RuleFailureModel
 List<RuleFailureModel> RulesDao.getViolations(Snapshot snapshot)
          Deprecated.  
 

Uses of RuleFailureModel in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model that return RuleFailureModel
 RuleFailureModel RuleFailureModel.setCost(Double d)
           
 

Uses of RuleFailureModel in org.sonar.jpa.dao
 

Methods in org.sonar.jpa.dao that return types with arguments of type RuleFailureModel
 List<RuleFailureModel> RulesDao.getViolations(Snapshot snapshot)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.