org.sonar.batch.scan
Class LastSnapshots

java.lang.Object
  extended by org.sonar.batch.scan.LastSnapshots
All Implemented Interfaces:
BatchComponent

public class LastSnapshots
extends Object
implements BatchComponent


Constructor Summary
LastSnapshots(AnalysisMode analysisMode, SnapshotSourceDao dao, ServerClient server)
           
 
Method Summary
 String getSource(Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastSnapshots

public LastSnapshots(AnalysisMode analysisMode,
                     SnapshotSourceDao dao,
                     ServerClient server)
Method Detail

getSource

@CheckForNull
public String getSource(Resource resource)


Copyright © 2009–2015 SonarSource. All rights reserved.