public abstract class PluginManagerStaplerOverride extends Object implements ExtensionPoint
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 oneExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PluginManagerStaplerOverride() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<PluginManagerStaplerOverride> |
all()
Return all implementations of this extension point
|
@NonNull public static ExtensionList<PluginManagerStaplerOverride> all()
Copyright © 2004–2021. All rights reserved.