Package hudson.model

Class ProxyView

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

public class ProxyView extends View implements org.kohsuke.stapler.StaplerFallback
A view that delegates to another. TODO: this does not respond to renaming or deleting the proxied view.
Author:
Tom Huybrechts