org.sonar.api.issue
Interface ProjectIssues

All Superinterfaces:
BatchComponent

public interface ProjectIssues
extends BatchComponent

Used by batch components to get the issues of the project. You have to wait for all issues to have been computed (for example in a PostJob) to be sure all issues have been computed.

Since:
4.0

Method Summary
 Iterable<Issue> issues()
          All the unresolved issues of the project, including the issues reported by end-users.
 Iterable<Issue> resolvedIssues()
          All the issues of this project that have been marked as resolved during this scan
 

Method Detail

issues

Iterable<Issue> issues()
All the unresolved issues of the project, including the issues reported by end-users.


resolvedIssues

Iterable<Issue> resolvedIssues()
All the issues of this project that have been marked as resolved during this scan



Copyright © 2009-2014 SonarSource. All Rights Reserved.