Package hudson.views
Class AbstractBuildTrendFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.AbstractBuildTrendFilter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViewJobFilter>
,RunMatcher
- Direct Known Subclasses:
BuildDurationFilter
,BuildTrendFilter
,UserRelevanceFilter
public abstract class AbstractBuildTrendFilter
extends AbstractIncludeExcludeJobFilter
implements RunMatcher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
Nested classes/interfaces inherited from class hudson.views.AbstractIncludeExcludeJobFilter
AbstractIncludeExcludeJobFilter.IncludeExcludeType
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractBuildTrendFilter
(String buildCountTypeString, float amount, String amountTypeString, String includeExcludeTypeString) -
Method Summary
Methods inherited from class hudson.views.AbstractIncludeExcludeJobFilter
doFilter, exclude, filter, filterItem, getIncludeExcludeTypeString, include, isExcludeMatched, isExcludeUnmatched, isIncludeMatched, isIncludeUnmatched
Methods inherited from class hudson.views.ViewJobFilter
all, getDescriptor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.views.RunMatcher
matchesRun
-
Constructor Details
-
AbstractBuildTrendFilter
-
-
Method Details
-
matches
- Overrides:
matches
in classAbstractIncludeExcludeJobFilter
-
getAmountTypeString
-
getAmount
public float getAmount() -
getBuildCountTypeString
-