Uses of Class
hudson.widgets.Widget
-
Uses of Widget in hudson.widgets
Modifier and TypeClassDescriptionclass
Displays the build history on the side panel.class
HistoryWidget<O extends ModelObject,
T> Displays the history of records on the side panel. -
Uses of Widget in jenkins.model
Modifier and TypeMethodDescriptionJenkins.getWidgets()
Gets theWidget
s registered on this object. -
Uses of Widget in jenkins.widgets
Modifier and TypeClassDescriptionclass
WidgetFactory<T extends HasWidgets,
W extends Widget> Allows you to add new widgets to various kind of objects whose class implementsHasWidgets
.Modifier and TypeClassDescriptionclass
Show the default build queue.class
The default executors widget.Modifier and TypeMethodDescriptionstatic <T extends HasWidgets,
W extends Widget>
Iterable<WidgetFactory<T,W>> WidgetFactory.factoriesFor
(Class<T> type, Class<W> widgetType) Modifier and TypeMethodDescriptiondefault Widget
Returns the named widget, ornull
if it does not exist.Modifier and TypeMethodDescriptionDeprecated.HasWidgets.getWidgets()
JenkinsWidgetFactory.widgetType()
Deprecated.