Package jenkins.widgets
Class BuildQueueWidget
- java.lang.Object
-
- hudson.widgets.Widget
-
- jenkins.widgets.BuildQueueWidget
-
public class BuildQueueWidget extends Widget
Show the default build queue. A plugin may remove this fromJenkins.getWidgets()
and swap in their own.- Since:
- 1.514
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuildQueueWidget.ComputerSetFactoryImpl
static class
BuildQueueWidget.ViewFactoryImpl
-
Constructor Summary
Constructors Constructor Description BuildQueueWidget(String ownerUrl, List<QueueItem> queueItems)
BuildQueueWidget(String ownerUrl, List<QueueItem> queueItems, boolean filtered)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOwnerUrl()
List<QueueItem>
getQueueItems()
boolean
isFiltered()
-
Methods inherited from class hudson.widgets.Widget
getUrl, getUrlName
-
-
-
-
Method Detail
-
getOwnerUrl
public String getOwnerUrl()
- Overrides:
getOwnerUrl
in classWidget
- Returns:
- The URL of the owner of this widget relative to context path. Always ends with a trailing slash.
Can be
null
for backward compatibility with widgets annotated with @Extension.
-
isFiltered
public boolean isFiltered()
-
-