Class UnstableJobsPortlet

java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.view.dashboard.core.UnstableJobsPortlet
All Implemented Interfaces:
ExtensionPoint, Describable<DashboardPortlet>, ModelObject

public class UnstableJobsPortlet extends DashboardPortlet
Portlet display a list of unstable (or worse) jobs in a simple tabular format.
Author:
Peter Hayes
  • Constructor Details

    • UnstableJobsPortlet

      @DataBoundConstructor public UnstableJobsPortlet(String name, boolean showOnlyFailedJobs, boolean recurse)
  • Method Details

    • getUnstableJobs

      public Collection<Job> getUnstableJobs(Collection<? extends Item> allJobs)
      Given a list of all jobs, return just those that are unstable or worse.
    • getColumns

      public Collection<ListViewColumn> getColumns()
    • isShowOnlyFailedJobs

      public boolean isShowOnlyFailedJobs()
    • isRecurse

      public boolean isRecurse()