Class FilterConfig

    • Constructor Detail

      • FilterConfig

        @DataBoundConstructor
        public FilterConfig()
        ctor.
    • Method Detail

      • setPrefix

        @DataBoundSetter
        public void setPrefix​(boolean prefix)
        Parameters:
        prefix - whether to filter values only with prefixes
      • isPrefix

        public boolean isPrefix()
        Returns:
        whether to filter values only with prefixes
      • withPrefix

        public FilterConfig withPrefix​(boolean prefix)
        Parameters:
        prefix - whether to filter values only with prefixes
        Returns:
        this instance
      • setCaseInsensitive

        @DataBoundSetter
        public void setCaseInsensitive​(boolean caseInsensitive)
        Parameters:
        caseInsensitive - whether to match in case insensitive
      • isCaseInsensitive

        public boolean isCaseInsensitive()
        Returns:
        whether to match in case insensitive
      • withCaseInsensitive

        public FilterConfig withCaseInsensitive​(boolean caseInsensitive)
        Parameters:
        caseInsensitive - whether to match in case insensitive
        Returns:
        this instance
      • toJson

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        public String toJson()
        Returns:
        json replresentation for this configuration