hudson.views.tabbar
Class DropDownViewsTabBar

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.views.ViewsTabBar>
      extended by hudson.views.ViewsTabBar
          extended by hudson.views.tabbar.DropDownViewsTabBar
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ViewsTabBar>

public final class DropDownViewsTabBar
extends hudson.views.ViewsTabBar

This plugin provides an alternate rendering of the Views bar which runs along the top of all views. This plugin is useful for instances which have a very large number of views and want a compact rendering.

Since:
1.0
Author:
Jesse Farinacci

Nested Class Summary
static class DropDownViewsTabBar.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.views.ViewsTabBar
hudson.views.ViewsTabBar.GlobalConfigurationImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static hudson.views.ViewsTabBar INSTANCE
           
 
Constructor Summary
DropDownViewsTabBar(boolean showJobCount)
           
 
Method Summary
 boolean isShowJobCount()
           
 
Methods inherited from class hudson.views.ViewsTabBar
all, getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final hudson.views.ViewsTabBar INSTANCE
Constructor Detail

DropDownViewsTabBar

@DataBoundConstructor
public DropDownViewsTabBar(boolean showJobCount)
Method Detail

isShowJobCount

public boolean isShowJobCount()


Copyright © 2004-2012. All Rights Reserved.