Package jenkins.widgets
Class ExecutorsWidget
- java.lang.Object
-
- hudson.widgets.Widget
-
- jenkins.widgets.ExecutorsWidget
-
public class ExecutorsWidget extends Widget
The default executors widget. 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 classExecutorsWidget.ComputerFactoryImplstatic classExecutorsWidget.ComputerSetFactoryImplstatic classExecutorsWidget.ViewFactoryImpl
-
Constructor Summary
Constructors Constructor Description ExecutorsWidget(String ownerUrl, List<Computer> computers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Computer>getComputers()protected StringgetOwnerUrl()-
Methods inherited from class hudson.widgets.Widget
getUrl, getUrlName
-
-
-
-
Method Detail
-
getOwnerUrl
protected String getOwnerUrl()
- Overrides:
getOwnerUrlin classWidget- Returns:
- The URL of the owner of this widget relative to context path. Always ends with a trailing slash.
Can be
nullfor backward compatibility with widgets annotated with @Extension.
-
-