Package jenkins.widgets
Class ExecutorsWidget
java.lang.Object
hudson.widgets.Widget
jenkins.widgets.ExecutorsWidget
The default executors widget.
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
static final class
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.widgets.Widget
getUrl, getUrlName
-
Constructor Details
-
ExecutorsWidget
-
-
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.
-
getComputers
-