Uses of Class
hudson.PluginWrapper

Packages that use PluginWrapper
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of PluginWrapper in hudson
 

Fields in hudson with type parameters of type PluginWrapper
protected  List<PluginWrapper> PluginManager.activePlugins
          All active plugins, topologically sorted so that when X depends on Y, Y appears in the list before X does.
protected  List<PluginWrapper> PluginManager.plugins
          All discovered plugins.
 

Methods in hudson that return PluginWrapper
 PluginWrapper PluginStrategy.createPluginWrapper(File archive)
          Creates a plugin wrapper, which provides a management interface for the plugin
 PluginWrapper ClassicPluginStrategy.createPluginWrapper(File archive)
           
 PluginWrapper PluginManager.getPlugin(Class<? extends Plugin> pluginClazz)
          Get the plugin instance that implements a specific class, use to find your plugin singleton.
 PluginWrapper PluginManager.getPlugin(String shortName)
          Get the plugin instance with the given short name.
 PluginWrapper Plugin.getWrapper()
          Gets the paired PluginWrapper.
 PluginWrapper PluginManager.whichPlugin(Class c)
          Return the PluginWrapper that loaded the given class 'c'.
 

Methods in hudson that return types with arguments of type PluginWrapper
 List<PluginWrapper> PluginManager.getPlugins()
          All discovered plugins.
 List<PluginWrapper> PluginManager.getPlugins(Class<? extends Plugin> pluginSuperclass)
          Get the plugin instances that extend a specific class, use to find similar plugins.
 

Methods in hudson with parameters of type PluginWrapper
 int PluginWrapper.compareTo(PluginWrapper pw)
          Sort by short name.
 void PluginStrategy.initializeComponents(PluginWrapper plugin)
          Optionally start services provided by the plugin.
 void ClassicPluginStrategy.initializeComponents(PluginWrapper plugin)
           
 void PluginStrategy.load(PluginWrapper wrapper)
          Loads the plugin and starts it.
 void ClassicPluginStrategy.load(PluginWrapper wrapper)
           
 void ClassicPluginStrategy.startPlugin(PluginWrapper plugin)
           
 

Uses of PluginWrapper in hudson.model
 

Methods in hudson.model that return PluginWrapper
 PluginWrapper UpdateSite.Plugin.getInstalled()
          If some version of this plugin is currently installed, return PluginWrapper.
protected  PluginWrapper Descriptor.getPlugin()
          Returns the plugin in which this descriptor is defined.
 



Copyright © 2004-2013. All Rights Reserved.