Package hudson

Class 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 Detail

      • UpdateCenterProxy

        public UpdateCenterProxy()
    • Method Detail

      • getStaplerFallback

        public Object getStaplerFallback()
        Specified by:
        getStaplerFallback in interface org.kohsuke.stapler.StaplerFallback