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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PluginManagerStaplerOverridepublic PluginManagerStaplerOverride()
 
- 
- 
Method Details- 
allReturn all implementations of this extension point- Returns:
- All implementations of this extension point
 
 
-