Package hudson.views

Class RegExJobFilter.Options

    • Field Detail

      • matchName

        public final boolean matchName
      • matchFullName

        public final boolean matchFullName
      • matchDisplayName

        public final boolean matchDisplayName
      • matchFullDisplayName

        public final boolean matchFullDisplayName
    • Constructor Detail

      • Options

        public Options​(boolean matchName,
                       boolean matchFullName,
                       boolean matchDisplayName,
                       boolean matchFullDisplayName)