Class 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 Detail

      • NextExecutionsComputerWidget

        public NextExecutionsComputerWidget​(@NonNull
                                            Computer computer)
    • Method Detail

      • getWidgetName

        public String getWidgetName()
      • getWidgetEmptyMessage

        public String getWidgetEmptyMessage()
      • getWidgetId

        public String getWidgetId()
      • getBuilds

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