Package hudson

Class PluginManagerStaplerOverride

  • All Implemented Interfaces:
    ExtensionPoint

    public abstract class PluginManagerStaplerOverride
    extends Object
    implements ExtensionPoint
    Extension point for selectively overriding parts of the PluginManager views Anything extending this and registered with an @Extension can replace existing views and define new views. It is also possible to add/modify API calls coming via Stapler, but this requires caution. In both cases, this is simply done by defining a resource or method that matches the existing one
    Since:
    1.627
    Author:
    Sam Van Oort
    • Constructor Detail

      • PluginManagerStaplerOverride

        public PluginManagerStaplerOverride()