Package hudson
Class PluginManagerStaplerOverride
java.lang.Object
hudson.PluginManagerStaplerOverride
- All Implemented Interfaces:
 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
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PluginManagerStaplerOverride
public PluginManagerStaplerOverride() 
 - 
 - 
Method Details
- 
all
Return all implementations of this extension point- Returns:
 - All implementations of this extension point
 
 
 -