Uses of Interface
org.sonar.api.issue.batch.IssueFilterChain

Packages that use IssueFilterChain
org.sonar.api.issue   
org.sonar.api.issue.batch   
 

Uses of IssueFilterChain in org.sonar.api.issue
 

Methods in org.sonar.api.issue with parameters of type IssueFilterChain
 boolean NoSonarFilter.accept(Issue issue, IssueFilterChain chain)
           
 

Uses of IssueFilterChain in org.sonar.api.issue.batch
 

Methods in org.sonar.api.issue.batch with parameters of type IssueFilterChain
 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.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.