| Package | Description | 
|---|---|
| org.sonar.api.checks | |
| org.sonar.api.issue | |
| org.sonar.api.issue.action | |
| org.sonar.api.issue.batch | |
| org.sonar.api.issue.condition | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
NoSonarFilter.accept(Issue issue,
            IssueFilterChain chain)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Issue | 
Issuable.IssueBuilder.build()  | 
Issue | 
IssueHandler.Context.issue()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Issue> | 
ProjectIssues.issues()
All the unresolved issues of the project, including the issues reported by end-users. 
 | 
List<Issue> | 
Issuable.issues()
Deprecated. 
 
since 5.2 no more decorators on batch side 
 | 
Iterable<Issue> | 
ProjectIssues.resolvedIssues()
All the issues of this project that have been marked as resolved during this scan 
 | 
List<Issue> | 
Issuable.resolvedIssues()
Deprecated. 
 
since 5.2 no more decorators on batch side 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
IssueFilter.accept(Issue issue)
Deprecated.  
  | 
boolean | 
NoSonarFilter.accept(Issue issue,
            IssueFilterChain chain)  | 
boolean | 
Issuable.addIssue(Issue issue)
Register an issue created with  
Issuable.newIssueBuilder(). | 
| Modifier and Type | Method and Description | 
|---|---|
Issue | 
Function.Context.issue()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Action.supports(Issue issue)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
IssueFilterChain.accept(Issue issue)
Called by a filter to let downstream filters decide the fate of the issue 
 | 
boolean | 
IssueFilter.accept(Issue issue,
            IssueFilterChain chain)
The  
accept method is called for each Issue created during analysis, to check if it has to be persisted. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
NotCondition.matches(Issue issue)  | 
boolean | 
IsUnResolved.matches(Issue issue)  | 
boolean | 
HasStatus.matches(Issue issue)  | 
boolean | 
HasResolution.matches(Issue issue)  | 
boolean | 
HasIssuePropertyCondition.matches(Issue issue)  | 
boolean | 
Condition.matches(Issue issue)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.