Package hudson.views
Class BuildStatusFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.BuildStatusFilter
- All Implemented Interfaces:
ExtensionPoint,Describable<ViewJobFilter>
-
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
ConstructorsConstructorDescriptionBuildStatusFilter(boolean neverBuilt, boolean building, boolean inBuildQueue, String includeExcludeTypeString) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanprotected booleanmatches(TopLevelItem item) 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
-
BuildStatusFilter
@DataBoundConstructor public BuildStatusFilter(boolean neverBuilt, boolean building, boolean inBuildQueue, String includeExcludeTypeString)
-
-
Method Details
-
matches
- Overrides:
matchesin classAbstractIncludeExcludeJobFilter
-
isNeverBuilt
public boolean isNeverBuilt() -
isBuilding
public boolean isBuilding() -
isInBuildQueue
public boolean isInBuildQueue()
-