org.sonar.batch.issue
Class IssuePersister

java.lang.Object
  extended by org.sonar.batch.issue.IssuePersister
All Implemented Interfaces:
BatchComponent, ScanPersister

public class IssuePersister
extends Object
implements ScanPersister

Executed at the end of project scan, when all the modules are completed.


Constructor Summary
IssuePersister(IssueCache issueCache, ScanIssueStorage storage, AnalysisMode analysisMode)
           
 
Method Summary
 void persist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuePersister

public IssuePersister(IssueCache issueCache,
                      ScanIssueStorage storage,
                      AnalysisMode analysisMode)
Method Detail

persist

public void persist()
Specified by:
persist in interface ScanPersister


Copyright © 2009–2015 SonarSource. All rights reserved.