Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.widgets | |
jenkins.model | |
jenkins.widgets |
Modifier and Type | Method and Description |
---|---|
List<Widget> |
Job.getWidgets() |
List<Widget> |
View.getWidgets()
Gets the
Widget s registered on this object. |
Modifier and Type | Class and Description |
---|---|
class |
BuildHistoryWidget<T>
Displays the build history on the side panel.
|
class |
HistoryWidget<O extends ModelObject,T>
Displays the history of records (normally
Run s) on the side panel. |
Modifier and Type | Method and Description |
---|---|
List<Widget> |
Jenkins.getWidgets()
Gets the
Widget s registered on this object. |
Modifier and Type | Class and Description |
---|---|
class |
BuildQueueWidget
Show the default build queue.
|
class |
ExecutorsWidget
The default executors widget.
|
Copyright © 2018. All rights reserved.