Klasse RegexpFilter

java.lang.Object
hudson.model.AbstractDescribableImpl<RegexpFilter>
io.jenkins.plugins.analysis.core.filter.RegexpFilter
Alle implementierten Schnittstellen:
Describable<RegexpFilter>, Serializable
Bekannte direkte Unterklassen:
ExcludeCategory, ExcludeFile, ExcludeMessage, ExcludeModule, ExcludePackage, ExcludeType, IncludeCategory, IncludeFile, IncludeMessage, IncludeModule, IncludePackage, IncludeType

public abstract class RegexpFilter extends AbstractDescribableImpl<RegexpFilter> implements Serializable
Defines a filter criteria based on a regular expression for Report.
Autor:
Ullrich Hafner
Siehe auch:
  • Methodendetails

    • getPattern

      public String getPattern()
      Returns the regular expression of the filter.
      Gibt zurück:
      the regular expression of the filter
    • apply

      public abstract void apply(edu.hm.hafner.analysis.Report.IssueFilterBuilder builder)
      Applies the filter on the specified builder.
      Parameter:
      builder - the issue filter builder