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

Packages that use PastSnapshotFinder
org.sonar.batch.components   
org.sonar.batch.scan.filesystem This package is a part of bootstrap process, so we should take care about backward compatibility. 
 

Uses of PastSnapshotFinder in org.sonar.batch.components
 

Constructors in org.sonar.batch.components with parameters of type PastSnapshotFinder
PeriodsDefinition(DatabaseSession session, ProjectTree projectTree, Settings settings, PastSnapshotFinder pastSnapshotFinder)
           
 

Uses of PastSnapshotFinder in org.sonar.batch.scan.filesystem
 

Constructors in org.sonar.batch.scan.filesystem with parameters of type PastSnapshotFinder
PreviousFileHashLoader(Snapshot snapshot, SnapshotDataDao dao, PastSnapshotFinder pastSnapshotFinder)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.