Package hudson
Class PluginManagerStaplerOverride
- java.lang.Object
-
- hudson.PluginManagerStaplerOverride
-
- All Implemented Interfaces:
ExtensionPoint
public abstract class PluginManagerStaplerOverride extends Object implements ExtensionPoint
Extension point for selectively overriding parts of thePluginManager
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 Constructor Description PluginManagerStaplerOverride()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExtensionList<PluginManagerStaplerOverride>
all()
Return all implementations of this extension point
-
-
-
Method Detail
-
all
@NonNull public static ExtensionList<PluginManagerStaplerOverride> all()
Return all implementations of this extension point- Returns:
- All implementations of this extension point
-
-