Uses of Class
org.sonar.batch.scan.measure.MeasureCache

Packages that use MeasureCache
org.sonar.batch   
org.sonar.batch.index   
org.sonar.batch.phases   
org.sonar.batch.scan.measure This package is a part of bootstrap process, so we should take care about backward compatibility. 
 

Uses of MeasureCache in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type MeasureCache
DefaultDecoratorContext(Resource resource, SonarIndex index, List<DecoratorContext> childrenContexts, MeasurementFilters measurementFilters, MeasureCache measureCache, MetricFinder metricFinder, DuplicationCache duplicationCache)
           
 

Uses of MeasureCache in org.sonar.batch.index
 

Constructors in org.sonar.batch.index with parameters of type MeasureCache
DefaultIndex(PersistenceManager persistence, ProjectTree projectTree, MetricFinder metricFinder, ScanGraph graph, DeprecatedViolations deprecatedViolations, ResourceKeyMigration migration, MeasureCache measureCache)
           
MeasurePersister(MyBatis mybatis, RuleFinder ruleFinder, MeasureCache measureCache, SnapshotCache snapshotCache, ResourceCache resourceCache)
           
 

Uses of MeasureCache in org.sonar.batch.phases
 

Constructors in org.sonar.batch.phases with parameters of type MeasureCache
DecoratorsExecutor(BatchExtensionDictionnary batchExtDictionnary, Project project, SonarIndex index, EventBus eventBus, MeasurementFilters measurementFilters, MeasureCache measureCache, MetricFinder metricFinder, DuplicationCache duplicationCache)
           
 

Uses of MeasureCache in org.sonar.batch.scan.measure
 

Methods in org.sonar.batch.scan.measure that return MeasureCache
 MeasureCache MeasureCache.put(Resource resource, Measure measure)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.