Uses of Class
hudson.widgets.Widget
-
Packages that use Widget Package Description hudson.widgets jenkins.model jenkins.widgets -
-
Uses of Widget in hudson.widgets
Subclasses of Widget in hudson.widgets Modifier and Type Class Description class
BuildHistoryWidget<T>
Displays the build history on the side panel.class
HistoryWidget<O extends ModelObject,T>
Displays the history of records (normallyRun
s) on the side panel. -
Uses of Widget in jenkins.model
Methods in jenkins.model that return types with arguments of type Widget Modifier and Type Method Description List<Widget>
Jenkins. getWidgets()
Gets theWidget
s registered on this object. -
Uses of Widget in jenkins.widgets
Classes in jenkins.widgets with type parameters of type Widget Modifier and Type Class Description class
WidgetFactory<T extends HasWidgets,W extends Widget>
Allows you to add new widgets to various kind of objects whose class implementsHasWidgets
.Subclasses of Widget in jenkins.widgets Modifier and Type Class Description class
BuildQueueWidget
Show the default build queue.class
ExecutorsWidget
The default executors widget.Methods in jenkins.widgets with type parameters of type Widget Modifier and Type Method Description static <T extends HasWidgets,W extends Widget>
Iterable<WidgetFactory<T,W>>WidgetFactory. factoriesFor(Class<T> type, Class<W> widgetType)
Methods in jenkins.widgets that return Widget Modifier and Type Method Description default Widget
HasWidgets. getWidget(String name)
Returns the named widget, ornull
if it does not exist.Methods in jenkins.widgets that return types with arguments of type Widget Modifier and Type Method Description Collection<Widget>
JenkinsWidgetFactory. createFor(View target)
Deprecated.default List<Widget>
HasWidgets. getWidgets()
Class<Widget>
JenkinsWidgetFactory. widgetType()
Deprecated.
-