Class NextExecutionsComputerWidget

java.lang.Object
hudson.widgets.Widget
hudson.plugins.nextexecutions.NextExecutionsComputerWidget

@ExportedBean public class NextExecutionsComputerWidget extends Widget
Widget in the Computer page's sidebar with a list of projects (tied to that Computer) and their next scheduled build's date. The list is sorted by date.
Author:
ialbors
  • Constructor Details

    • NextExecutionsComputerWidget

      public NextExecutionsComputerWidget(@NonNull Computer computer)
  • Method Details

    • getWidgetName

      public String getWidgetName()
    • getWidgetEmptyMessage

      public String getWidgetEmptyMessage()
    • getWidgetId

      public String getWidgetId()
    • getOwnerUrl

      public String getOwnerUrl()
      Overrides:
      getOwnerUrl in class Widget
    • getBuilds

      @Exported(name="next_executions_computer") public List<NextBuilds> getBuilds()