Uses of Class
org.sonar.batch.components.PastSnapshot

Packages that use PastSnapshot
org.sonar.batch.components   
org.sonar.plugins.core.sensors   
 

Uses of PastSnapshot in org.sonar.batch.components
 

Methods in org.sonar.batch.components that return PastSnapshot
 PastSnapshot PastSnapshotFinder.find(Snapshot projectSnapshot, org.apache.commons.configuration.Configuration conf, int index)
           
 PastSnapshot PastSnapshotFinder.find(Snapshot projectSnapshot, int index, String property)
           
 PastSnapshot PastSnapshotFinder.findPreviousAnalysis(Snapshot projectSnapshot)
           
 PastSnapshot PastSnapshot.setIndex(int index)
           
 PastSnapshot PastSnapshot.setModeParameter(String s)
           
 

Methods in org.sonar.batch.components that return types with arguments of type PastSnapshot
 List<PastSnapshot> TimeMachineConfiguration.getProjectPastSnapshots()
           
 

Methods in org.sonar.batch.components with parameters of type PastSnapshot
 List<Object[]> PastMeasuresLoader.getPastMeasures(Resource resource, PastSnapshot projectPastSnapshot)
           
 

Uses of PastSnapshot in org.sonar.plugins.core.sensors
 

Methods in org.sonar.plugins.core.sensors with parameters of type PastSnapshot
protected  int ReviewsMeasuresDecorator.countNewUnreviewedViolationsForSnapshot(PastSnapshot pastSnapshot, List<Violation> violations, Map<Integer,ReviewDto> openReviewsByViolationPermanentIds)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.