Uses of Class
hudson.widgets.Widget
Packages that use Widget
-
Uses of Widget in hudson.widgets
Subclasses of Widget in hudson.widgetsModifier 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
Methods in jenkins.model that return types with arguments of type WidgetModifier and TypeMethodDescriptionJenkins.getWidgets()
Gets theWidget
s registered on this object. -
Uses of Widget in jenkins.widgets
Classes in jenkins.widgets with type parameters of type WidgetModifier and TypeClassDescriptionclass
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.widgetsModifier and TypeClassDescriptionclass
Show the default build queue.class
The default executors widget.Methods in jenkins.widgets with type parameters of type WidgetModifier and TypeMethodDescriptionstatic <T extends HasWidgets,
W extends Widget>
Iterable<WidgetFactory<T,W>> WidgetFactory.factoriesFor
(Class<T> type, Class<W> widgetType) Methods in jenkins.widgets that return WidgetModifier and TypeMethodDescriptiondefault Widget
Returns the named widget, ornull
if it does not exist.Methods in jenkins.widgets that return types with arguments of type WidgetModifier and TypeMethodDescriptionDeprecated.HasWidgets.getWidgets()
JenkinsWidgetFactory.widgetType()
Deprecated.