org.sonar.batch.components
Class PastSnapshotFinder
java.lang.Object
org.sonar.batch.components.PastSnapshotFinder
- All Implemented Interfaces:
- BatchComponent, BatchExtension, Extension
public class PastSnapshotFinder
- extends Object
- implements BatchExtension
|
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 |
PastSnapshotFinder
public PastSnapshotFinder(PastSnapshotFinderByDays finderByDays,
PastSnapshotFinderByVersion finderByVersion,
PastSnapshotFinderByDate finderByDate,
PastSnapshotFinderByPreviousAnalysis finderByPreviousAnalysis,
PastSnapshotFinderByPreviousVersion finderByPreviousVersion)
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.