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

Packages that use PastSnapshot
org.sonar.batch.components   
 

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)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.