|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.AbstractDescribableImpl<ViewsTabBar>
hudson.views.ViewsTabBar
public abstract class ViewsTabBar
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.
ViewsTabBarDescriptor
Nested Class Summary | |
---|---|
static class |
ViewsTabBar.GlobalConfigurationImpl
Configures ViewsTabBar in the system configuration. |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary | |
---|---|
ViewsTabBar()
|
Method Summary | |
---|---|
static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>> |
all()
Returns all the registered ViewsTabBar descriptors. |
ViewsTabBarDescriptor |
getDescriptor()
Gets the descriptor for this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewsTabBar()
Method Detail |
---|
public static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>> all()
ViewsTabBar
descriptors.
public ViewsTabBarDescriptor getDescriptor()
Describable
Descriptor
is a singleton for every concrete Describable
implementation, so if a.getClass()==b.getClass() then
a.getDescriptor()==b.getDescriptor() must hold.
getDescriptor
in interface Describable<ViewsTabBar>
getDescriptor
in class AbstractDescribableImpl<ViewsTabBar>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |