Package hudson.views

Class AbstractIncludeExcludeJobFilter

    • Constructor Detail

      • AbstractIncludeExcludeJobFilter

        public AbstractIncludeExcludeJobFilter​(String includeExcludeTypeString)
    • Method Detail

      • isIncludeMatched

        public boolean isIncludeMatched()
      • isIncludeUnmatched

        public boolean isIncludeUnmatched()
      • isExcludeMatched

        public boolean isExcludeMatched()
      • isExcludeUnmatched

        public boolean isExcludeUnmatched()
      • getIncludeExcludeTypeString

        public String getIncludeExcludeTypeString()
      • include

        public boolean include​(boolean matched)
      • exclude

        public boolean exclude​(boolean matched)
      • matches

        protected boolean matches​(TopLevelItem item)