Uses of Class
hudson.widgets.Widget
-
Packages that use Widget Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.widgets jenkins.model jenkins.widgets -
-
Uses of Widget in hudson.model
Methods in hudson.model that return types with arguments of type Widget Modifier and Type Method Description List<Widget>
Job. getWidgets()
List<Widget>
View. getWidgets()
Gets theWidget
s registered on this object. -
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
Subclasses of Widget in jenkins.widgets Modifier and Type Class Description class
BuildQueueWidget
Show the default build queue.class
ExecutorsWidget
The default executors widget.
-