Package hudson.views

Class ParameterFilter

    • Constructor Detail

      • ParameterFilter

        @DataBoundConstructor
        public ParameterFilter​(String includeExcludeTypeString,
                               String nameRegex,
                               String valueRegex,
                               String descriptionRegex,
                               boolean useDefaultValue,
                               boolean matchAllBuilds,
                               int maxBuildsToMatch,
                               boolean matchBuildsInProgress)
    • Method Detail

      • matchesDefaultValue

        protected boolean matchesDefaultValue​(Job job)
      • matchesBuildValue

        protected boolean matchesBuildValue​(Job job)
      • matchesParameter

        public boolean matchesParameter​(String name,
                                        String value,
                                        boolean isValueMultiline,
                                        String description)
      • getNameRegex

        public String getNameRegex()
      • getValueRegex

        public String getValueRegex()
      • getDescriptionRegex

        public String getDescriptionRegex()
      • isUseDefaultValue

        public boolean isUseDefaultValue()
      • isMatchAllBuilds

        public boolean isMatchAllBuilds()
      • getMaxBuildsToMatch

        public int getMaxBuildsToMatch()
      • isMatchBuildsInProgress

        public boolean isMatchBuildsInProgress()