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 by Jenkins.getUpdateCenter().
 For purposes of Stapler, this object is the current item serving the
 view, and since this is not a ModelObject, it does
 not appear as an additional breadcrumb and only the "Plugin Manager"
 breadcrumb is shown.- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
UpdateCenterProxy
public UpdateCenterProxy() 
 - 
 - 
Method Details
- 
getStaplerFallback
- Specified by:
 getStaplerFallbackin interfaceorg.kohsuke.stapler.StaplerFallback
 
 -