| Package | Description | 
|---|---|
| org.sonar.api.batch.postjob | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Issue> | 
PostJobContext.issues()
All the unresolved issues of the project, including the issues reported by end-users. 
 | 
Iterable<Issue> | 
PostJobContext.resolvedIssues()
All the issues of this project that have been marked as resolved during this scan 
 | 
Copyright © 2009–2015 SonarSource. All rights reserved.