Package hudson.views
Class BuildDurationFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.AbstractBuildTrendFilter
hudson.views.BuildDurationFilter
- All Implemented Interfaces:
ExtensionPoint
,Describable<ViewJobFilter>
,RunMatcher
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.views.AbstractBuildTrendFilter
AbstractBuildTrendFilter.AmountType, AbstractBuildTrendFilter.BuildCountType
Nested classes/interfaces inherited from class hudson.views.AbstractIncludeExcludeJobFilter
AbstractIncludeExcludeJobFilter.IncludeExcludeType
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsConstructorDescriptionBuildDurationFilter
(float buildDurationMinutes, boolean lessThan, String buildCountTypeString, float amount, String amountTypeString, String includeExcludeTypeString) -
Method Summary
Methods inherited from class hudson.views.AbstractBuildTrendFilter
getAmount, getAmountTypeString, getBuildCountTypeString, matches
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
-
Constructor Details
-
BuildDurationFilter
-
-
Method Details
-
matchesRun
-
isLessThan
public boolean isLessThan() -
getBuildDurationMinutes
-