Package jenkins.widgets
Class BuildQueueWidget
java.lang.Object
hudson.widgets.Widget
jenkins.widgets.BuildQueueWidget
Show the default build queue.
A plugin may remove this from
Jenkins.getWidgets()
and swap in their own.- Since:
- 1.514
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
ConstructorDescriptionBuildQueueWidget
(String ownerUrl, List<QueueItem> queueItems) BuildQueueWidget
(String ownerUrl, List<QueueItem> queueItems, boolean filtered) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class hudson.widgets.Widget
getUrl, getUrlName
-
Constructor Details
-
BuildQueueWidget
-
BuildQueueWidget
-
-
Method Details
-
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.
-
getQueueItems
-
isFiltered
public boolean isFiltered()
-