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, PastSnapshotFinderByPreviousVersion finderByPreviousVersion)
           
 
Method Summary
 PastSnapshot find(Snapshot projectSnapshot, org.apache.commons.configuration.Configuration conf, int index)
          Deprecated. since 3.6. Replaced by find(Snapshot projectSnapshot, String rootQualifier, Settings settings, int index)
 PastSnapshot find(Snapshot projectSnapshot, int index, String property)
           
 PastSnapshot find(Snapshot projectSnapshot, Settings settings, int index)
           
 PastSnapshot find(Snapshot projectSnapshot, String rootQualifier, Settings settings, int index)
           
 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,
                          PastSnapshotFinderByPreviousVersion finderByPreviousVersion)
Method Detail

find

@Deprecated
public PastSnapshot find(Snapshot projectSnapshot,
                                    org.apache.commons.configuration.Configuration conf,
                                    int index)
Deprecated. since 3.6. Replaced by find(Snapshot projectSnapshot, String rootQualifier, Settings settings, int index)


find

public PastSnapshot find(Snapshot projectSnapshot,
                         @Nullable
                         String rootQualifier,
                         Settings settings,
                         int index)

find

public PastSnapshot find(Snapshot projectSnapshot,
                         Settings settings,
                         int index)

findPreviousAnalysis

public PastSnapshot findPreviousAnalysis(Snapshot projectSnapshot)

find

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


Copyright © 2009–2015 SonarSource. All rights reserved.