Class NestedView

All Implemented Interfaces:
ExtensionPoint, Describable<View>, DescriptorByNameOwner, ModelObject, Saveable, ViewGroup, SearchableModelObject, SearchItem, AccessControlled, ModelObjectWithChildren, ModelObjectWithContextMenu, HasWidgets, org.kohsuke.stapler.StaplerProxy

public class NestedView extends View implements ViewGroup, org.kohsuke.stapler.StaplerProxy, ModelObjectWithContextMenu
View type that contains only another set of views. Allows grouping job views into multiple levels instead of one big list of tabs.
Author:
Alan Harder, Kohsuke Kawaguchi, Romain Seguy