Interface AnalysisRule.Builder

    • Method Detail

      • exclusions

        AnalysisRule.Builder exclusions​(Collection<AnalysisRuleCriteria> exclusions)

        A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.

        Parameters:
        exclusions - A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusions

        AnalysisRule.Builder exclusions​(AnalysisRuleCriteria... exclusions)

        A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.

        Parameters:
        exclusions - A list of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.