Interface IssueFilterChain


  • @ThreadSafe
    public interface IssueFilterChain
    A filter chain is an object provided to issues filters for fine control over the filtering logic. Each filter has the choice to:
    • Accept the issue
    • Reject the issue
    • Let downstream filters decide by passing the issue to the rest of the chain
    Since:
    5.3
    • Method Detail

      • accept

        boolean accept​(FilterableIssue issue)
        Called by a filter to let downstream filters decide the fate of the issue