Package hudson
Class PluginManager.UpdateCenterProxy
- java.lang.Object
-
- hudson.PluginManager.UpdateCenterProxy
-
- All Implemented Interfaces:
org.kohsuke.stapler.StaplerFallback
- Enclosing class:
- PluginManager
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class PluginManager.UpdateCenterProxy extends Object implements org.kohsuke.stapler.StaplerFallback
This allows "Update Center" to live at the URL/pluginManager/updates/
in addition to its/updateCenter/
URL which is provided byJenkins.getUpdateCenter()
. For purposes of Stapler, this object is the current item serving the view, and since this is not aModelObject
, it does not appear as an additional breadcrumb and only the "Plugin Manager" breadcrumb is shown.
-
-
Constructor Summary
Constructors Constructor Description UpdateCenterProxy()
-
-
-
Method Detail
-
getStaplerFallback
public Object getStaplerFallback()
- Specified by:
getStaplerFallback
in interfaceorg.kohsuke.stapler.StaplerFallback
-
-