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.IncludeExcludeType
Nested 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 TypeMethodDescriptionboolean
boolean
boolean
isFailed()
boolean
isStable()
boolean
protected boolean
matches
(TopLevelItem item) 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
-
JobStatusFilter
@DataBoundConstructor public JobStatusFilter(boolean unstable, boolean failed, boolean aborted, boolean disabled, boolean stable, String includeExcludeTypeString)
-
-
Method Details
-
matches
- Overrides:
matches
in classAbstractIncludeExcludeJobFilter
-
isUnstable
public boolean isUnstable() -
isFailed
public boolean isFailed() -
isAborted
public boolean isAborted() -
isDisabled
public boolean isDisabled() -
isStable
public boolean isStable()
-