Class NextExecutionsWidget

java.lang.Object
hudson.widgets.Widget
hudson.plugins.nextexecutions.NextExecutionsWidget
Direct Known Subclasses:
ParameterizedNextExecutionsWidget, PossibleNextExecutionsWidget

@ExportedBean public class NextExecutionsWidget extends Widget
Widget in the main sidebar with a list of projects and their next scheduled build's date. The list is sorted by date. It includes those in the Queue with an execution delay of more than a minute.
Author:
ialbors
  • Constructor Details

    • NextExecutionsWidget

      public NextExecutionsWidget(@NonNull String ownerUrl)
    • NextExecutionsWidget

      public NextExecutionsWidget(@NonNull String ownerUrl, Class<? extends Trigger> triggerClass)
  • Method Details

    • getOwnerUrl

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

      @Exported(name="next_executions") public List<NextBuilds> getBuilds()
    • getWidgetName

      public String getWidgetName()
    • getWidgetEmptyMessage

      public String getWidgetEmptyMessage()
    • getWidgetId

      public String getWidgetId()
    • showWidget

      public boolean showWidget()
    • getShowParameterizedWidget

      public boolean getShowParameterizedWidget()