org.sonar.api.issue
Interface ProjectIssues

All Superinterfaces:
BatchComponent

public interface ProjectIssues
extends BatchComponent

Used by batch components to get all project issues.

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.