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 SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructorsConstructorDescriptionUnstableJobsPortlet(String name, boolean showOnlyFailedJobs, boolean recurse) 
- 
Method SummaryModifier and TypeMethodDescriptiongetUnstableJobs(Collection<? extends Item> allJobs) Given a list of all jobs, return just those that are unstable or worse.booleanbooleanMethods inherited from class hudson.plugins.view.dashboard.DashboardPortletall, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
- 
Constructor Details- 
UnstableJobsPortlet@DataBoundConstructor public UnstableJobsPortlet(String name, boolean showOnlyFailedJobs, boolean recurse) 
 
- 
- 
Method Details- 
getUnstableJobsGiven a list of all jobs, return just those that are unstable or worse.
- 
getColumns
- 
isShowOnlyFailedJobspublic boolean isShowOnlyFailedJobs()
- 
isRecursepublic boolean isRecurse()
 
-