Uses of Class
org.sonar.batch.ViolationsDao

Packages that use ViolationsDao
org.sonar.batch   
org.sonar.batch.indexer   
 

Uses of ViolationsDao in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type ViolationsDao
DecoratorsExecutor(BatchExtensionDictionnary extensionDictionnary, DefaultSonarIndex index, DatabaseSession session, ViolationsDao violationsDao)
           
DefaultDecoratorContext(Resource resource, DefaultSonarIndex index, List<DecoratorContext> childrenContexts, DatabaseSession session, ViolationsDao violationsDao)
           
 

Uses of ViolationsDao in org.sonar.batch.indexer
 

Methods in org.sonar.batch.indexer with parameters of type ViolationsDao
 void DefaultSonarIndex.selectProject(Project project, ResourceFilters resourceFilters, ViolationFilters violationFilters, MeasuresDao measuresDao, ViolationsDao violationsDao)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.