public interface PostJobContext
| Modifier and Type | Method and Description | 
|---|---|
| AnalysisMode | analysisMode() | 
| Iterable<PostJobIssue> | issues()All the unresolved issues of the project, including the issues reported by end-users. | 
| Iterable<PostJobIssue> | resolvedIssues()All the issues of this project that have been marked as resolved during this scan. | 
| Settings | settings()Get settings of the current project. | 
AnalysisMode analysisMode()
Iterable<PostJobIssue> issues()
Iterable<PostJobIssue> resolvedIssues()
Copyright © 2009–2016 SonarSource. All rights reserved.