org.sonar.batch.issue
Class ScanIssueStorage
java.lang.Object
org.sonar.core.issue.db.IssueStorage
org.sonar.batch.issue.ScanIssueStorage
- All Implemented Interfaces:
- BatchComponent
public class ScanIssueStorage
- extends IssueStorage
- implements BatchComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScanIssueStorage
public ScanIssueStorage(MyBatis mybatis,
RuleFinder ruleFinder,
SnapshotCache snapshotCache,
ResourceDao resourceDao,
ProjectTree projectTree)
componentId
protected long componentId(DefaultIssue issue)
- Specified by:
componentId in class IssueStorage
projectId
protected long projectId(DefaultIssue issue)
- Specified by:
projectId in class IssueStorage
Copyright © 2009–2015 SonarSource. All rights reserved.