org.sonar.batch.issue
Class IssuePersister
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssuePersister
public IssuePersister(IssueCache issueCache,
ScanIssueStorage storage,
AnalysisMode analysisMode)
persist
public void persist()
- Specified by:
persist in interface ScanPersister
Copyright © 2009–2015 SonarSource. All rights reserved.