Uses of Class
hudson.views.MyViewsTabBar
-
Packages that use MyViewsTabBar Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.views jenkins.model -
-
Uses of MyViewsTabBar in hudson
Methods in hudson that return types with arguments of type MyViewsTabBar Modifier and Type Method Description static List<Descriptor<MyViewsTabBar>>
Functions. getMyViewsTabBarDescriptors()
-
Uses of MyViewsTabBar in hudson.model
Methods in hudson.model that return MyViewsTabBar Modifier and Type Method Description MyViewsTabBar
MyViewsProperty. getMyViewsTabBar()
-
Uses of MyViewsTabBar in hudson.views
Subclasses of MyViewsTabBar in hudson.views Modifier and Type Class Description class
DefaultMyViewsTabBar
The Default MyViewsTabBar Extension forMyViewsTabBar
.Methods in hudson.views that return MyViewsTabBar Modifier and Type Method Description MyViewsTabBar
MyViewsTabBar.GlobalConfigurationImpl. getMyViewsTabBar()
Methods in hudson.views that return types with arguments of type MyViewsTabBar Modifier and Type Method Description static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>>
MyViewsTabBar. all()
Returns all the registeredListViewColumn
descriptors.static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>>
MyViewsTabBar. all()
Returns all the registeredListViewColumn
descriptors. -
Uses of MyViewsTabBar in jenkins.model
Methods in jenkins.model that return MyViewsTabBar Modifier and Type Method Description MyViewsTabBar
Jenkins. getMyViewsTabBar()
Methods in jenkins.model with parameters of type MyViewsTabBar Modifier and Type Method Description void
Jenkins. setMyViewsTabBar(MyViewsTabBar myViewsTabBar)
-