Package hudson.views

Class ViewsTabBar

All Implemented Interfaces:
ExtensionPoint, Describable<ViewsTabBar>
Direct Known Subclasses:
DefaultViewsTabBar

public abstract class ViewsTabBar extends AbstractDescribableImpl<ViewsTabBar> implements ExtensionPoint
Extension point for adding a ViewsTabBar header to Projects ListView.

This object must have the viewTabs.jelly. This view is called once when the project views main panel is built. The "views" attribute is set to the "Collection of views".

There also must be a default constructor, which is invoked to create a Views TabBar in the default configuration.

Since:
1.381
Author:
Winston Prakash
See Also: