Package hudson.views
Class JobStatusFilter
java.lang.Object
hudson.views.ViewJobFilter
hudson.views.AbstractIncludeExcludeJobFilter
hudson.views.JobStatusFilter
- 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
ConstructorsConstructorDescriptionJobStatusFilter(boolean unstable, boolean failed, boolean aborted, boolean disabled, boolean stable, String includeExcludeTypeString) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanisFailed()booleanisStable()booleanprotected 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
-
JobStatusFilter
@DataBoundConstructor public JobStatusFilter(boolean unstable, boolean failed, boolean aborted, boolean disabled, boolean stable, String includeExcludeTypeString)
-
-
Method Details
-
matches
- Overrides:
matchesin classAbstractIncludeExcludeJobFilter
-
isUnstable
public boolean isUnstable() -
isFailed
public boolean isFailed() -
isAborted
public boolean isAborted() -
isDisabled
public boolean isDisabled() -
isStable
public boolean isStable()
-