Package jenkins.widgets
Interface HasWidgets
- All Known Implementing Classes:
AbstractCloudComputer
,AbstractProject
,AllView
,Computer
,ComputerSet
,FreeStyleProject
,Hudson.MasterComputer
,Jenkins.MasterComputer
,Job
,ListView
,MyView
,Project
,ProxyView
,SlaveComputer
,View
,ViewJob
Classes implementing this interface can have widgets, and they can be accessed using relative urls "widget/widgetName"
- Since:
- 2.410
-
Field Summary
-
Method Summary
-
Field Details
-
LOGGER
-
-
Method Details
-
getWidgets
- Returns:
- the list of widgets attached to the object.
-
getWidget
Returns the named widget, ornull
if it does not exist. Defaults to iterating on widgets and filtering based on the definedurlName
.- Parameters:
name
- the name of the widget within the current context.- Returns:
- the named widget, or
null
if it does not exist.
-