Uses of Class
hudson.widgets.Widget

Packages that use Widget
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.widgets   
jenkins.model   
 

Uses of Widget in hudson.model
 

Methods in hudson.model that return types with arguments of type Widget
 List<Widget> Job.getWidgets()
           
 List<Widget> View.getWidgets()
          Gets the Widgets registered on this object.
 

Uses of Widget in hudson.widgets
 

Subclasses of Widget in hudson.widgets
 class BuildHistoryWidget<T>
          Displays the build history on the side panel.
 class HistoryWidget<O extends ModelObject,T>
          Displays the history of records (normally Runs) on the side panel.
 

Uses of Widget in jenkins.model
 

Methods in jenkins.model that return types with arguments of type Widget
 List<Widget> Jenkins.getWidgets()
          Gets the Widgets registered on this object.
 



Copyright © 2004-2013. All Rights Reserved.