Uses of Class
hudson.views.ViewsTabBar
-
Packages that use ViewsTabBar Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.views jenkins.model -
-
Uses of ViewsTabBar in hudson
Methods in hudson that return types with arguments of type ViewsTabBar Modifier and Type Method Description static List<Descriptor<ViewsTabBar>>
Functions. getViewsTabBarDescriptors()
-
Uses of ViewsTabBar in hudson.model
Methods in hudson.model that return ViewsTabBar Modifier and Type Method Description ViewsTabBar
MyViewsProperty. getViewsTabBar()
ViewsTabBar
ViewGroup. getViewsTabBar()
Gets the TabBar for the views. -
Uses of ViewsTabBar in hudson.views
Subclasses of ViewsTabBar in hudson.views Modifier and Type Class Description class
DefaultViewsTabBar
The Default ViewsTabBar Extension forViewsTabBar
.Methods in hudson.views that return ViewsTabBar Modifier and Type Method Description ViewsTabBar
ViewsTabBar.GlobalConfigurationImpl. getViewsTabBar()
Methods in hudson.views that return types with arguments of type ViewsTabBar Modifier and Type Method Description static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>>
ViewsTabBar. all()
Returns all the registeredViewsTabBar
descriptors.static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>>
ViewsTabBar. all()
Returns all the registeredViewsTabBar
descriptors. -
Uses of ViewsTabBar in jenkins.model
Methods in jenkins.model that return ViewsTabBar Modifier and Type Method Description ViewsTabBar
Jenkins. getViewsTabBar()
Methods in jenkins.model with parameters of type ViewsTabBar Modifier and Type Method Description void
Jenkins. setViewsTabBar(ViewsTabBar viewsTabBar)
-