Class UnstableJobsPortlet
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.core.UnstableJobsPortlet
- All Implemented Interfaces:
ExtensionPoint
,Describable<DashboardPortlet>
,ModelObject
Portlet display a list of unstable (or worse) jobs in a simple tabular format.
- Author:
- Peter Hayes
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionUnstableJobsPortlet
(String name, boolean showOnlyFailedJobs, boolean recurse) -
Method Summary
Modifier and TypeMethodDescriptiongetUnstableJobs
(Collection<? extends Item> allJobs) Given a list of all jobs, return just those that are unstable or worse.boolean
boolean
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
-
Constructor Details
-
UnstableJobsPortlet
@DataBoundConstructor public UnstableJobsPortlet(String name, boolean showOnlyFailedJobs, boolean recurse)
-
-
Method Details
-
getUnstableJobs
Given a list of all jobs, return just those that are unstable or worse. -
getColumns
-
isShowOnlyFailedJobs
public boolean isShowOnlyFailedJobs() -
isRecurse
public boolean isRecurse()
-