hudson.plugins.view.dashboard.core
Class UnstableJobsPortlet
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.core.UnstableJobsPortlet
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<DashboardPortlet>, hudson.model.ModelObject
public class UnstableJobsPortlet
- extends DashboardPortlet
Portlet display a list of unstable (or worse) jobs in a simple
tabular format.
- Author:
- Peter Hayes
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnstableJobsPortlet
@DataBoundConstructor
public UnstableJobsPortlet(String name)
getUnstableJobs
public Collection<hudson.model.Job> getUnstableJobs(Collection<hudson.model.Job> allJobs)
- Given a list of all jobs, return just those that are unstable or worse.
getColumns
public Collection<hudson.views.ListViewColumn> getColumns()
Copyright © 2004-2011. All Rights Reserved.