Package hudson.views

Class MyViewsTabBar

All Implemented Interfaces:
ExtensionPoint, Describable<MyViewsTabBar>
Direct Known Subclasses:
DefaultMyViewsTabBar

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

This object must have the myViewTabs.jelly. This view is called once when the My 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 My Views TabBar in the default configuration.

Since:
1.378
Author:
Winston Prakash
See Also: