org.sonar.batch.components
Class PastSnapshotFinder

java.lang.Object
  extended by org.sonar.batch.components.PastSnapshotFinder
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class PastSnapshotFinder
extends Object
implements BatchExtension


Constructor Summary
PastSnapshotFinder(PastSnapshotFinderByDays finderByDays, PastSnapshotFinderByVersion finderByVersion, PastSnapshotFinderByDate finderByDate, PastSnapshotFinderByPreviousAnalysis finderByPreviousAnalysis)
           
 
Method Summary
 PastSnapshot find(Snapshot projectSnapshot, org.apache.commons.configuration.Configuration conf, int index)
           
 PastSnapshot find(Snapshot projectSnapshot, int index, String property)
           
 PastSnapshot findPreviousAnalysis(Snapshot projectSnapshot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PastSnapshotFinder

public PastSnapshotFinder(PastSnapshotFinderByDays finderByDays,
                          PastSnapshotFinderByVersion finderByVersion,
                          PastSnapshotFinderByDate finderByDate,
                          PastSnapshotFinderByPreviousAnalysis finderByPreviousAnalysis)
Method Detail

find

public PastSnapshot find(Snapshot projectSnapshot,
                         org.apache.commons.configuration.Configuration conf,
                         int index)

findPreviousAnalysis

public PastSnapshot findPreviousAnalysis(Snapshot projectSnapshot)

find

public PastSnapshot find(Snapshot projectSnapshot,
                         int index,
                         String property)


Copyright © 2009-2012 SonarSource. All Rights Reserved.