Package hudson.views
Class ParameterFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.ParameterFilter
- All Implemented Interfaces:
ExtensionPoint,Describable<ViewJobFilter>,RunMatcher
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.views.AbstractIncludeExcludeJobFilter
AbstractIncludeExcludeJobFilter.IncludeExcludeTypeNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionParameterFilter(String includeExcludeTypeString, String nameRegex, String valueRegex, String descriptionRegex, boolean useDefaultValue, boolean matchAllBuilds, int maxBuildsToMatch, boolean matchBuildsInProgress) -
Method Summary
Modifier and TypeMethodDescriptionintprotected StringgetStringValue(ParameterDefinition definition) protected StringgetStringValue(ParameterValue value) booleanbooleanbooleanprotected booleanmatches(TopLevelItem item) protected booleanmatchesBuildValue(Job job) protected booleanmatchesDefaultValue(Job job) booleanmatchesParameter(String name, String value, boolean isValueMultiline, String description) booleanmatchesRun(Run run) Methods inherited from class hudson.views.AbstractIncludeExcludeJobFilter
doFilter, exclude, filter, filterItem, getIncludeExcludeTypeString, include, isExcludeMatched, isExcludeUnmatched, isIncludeMatched, isIncludeUnmatchedMethods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
-
Constructor Details
-
ParameterFilter
-
-
Method Details
-
matches
- Overrides:
matchesin classAbstractIncludeExcludeJobFilter
-
matchesDefaultValue
-
matchesBuildValue
-
matchesRun
- Specified by:
matchesRunin interfaceRunMatcher
-
matchesParameter
-
getStringValue
-
getStringValue
-
getNameRegex
-
getValueRegex
-
getDescriptionRegex
-
isUseDefaultValue
public boolean isUseDefaultValue() -
isMatchAllBuilds
public boolean isMatchAllBuilds() -
getMaxBuildsToMatch
public int getMaxBuildsToMatch() -
isMatchBuildsInProgress
public boolean isMatchBuildsInProgress()
-