Uses of Class
hudson.Plugin

Packages that use Plugin
hudson   
hudson.maven Maven support. 
jenkins.model   
 

Uses of Plugin in hudson
 

Subclasses of Plugin in hudson
static class Plugin.DummyImpl
          Dummy instance of Plugin to be used when a plugin didn't supply one on its own.
 

Methods in hudson that return Plugin
 Plugin PluginWrapper.getPlugin()
          Gets the instance of Plugin contributed by this plugin.
 

Methods in hudson with parameters of type Plugin
 void PluginWrapper.setPlugin(Plugin plugin)
           
 

Method parameters in hudson with type arguments of type Plugin
 PluginWrapper PluginManager.getPlugin(Class<? extends Plugin> pluginClazz)
          Get the plugin instance that implements a specific class, use to find your plugin singleton.
 List<PluginWrapper> PluginManager.getPlugins(Class<? extends Plugin> pluginSuperclass)
          Get the plugin instances that extend a specific class, use to find similar plugins.
 

Uses of Plugin in hudson.maven
 

Subclasses of Plugin in hudson.maven
 class PluginImpl
           
 

Uses of Plugin in jenkins.model
 

Methods in jenkins.model with type parameters of type Plugin
<P extends Plugin>
P
Jenkins.getPlugin(Class<P> clazz)
          Gets the plugin object from its class.
<P extends Plugin>
List<P>
Jenkins.getPlugins(Class<P> clazz)
          Gets the plugin objects from their super-class.
 

Methods in jenkins.model that return Plugin
 Plugin Jenkins.getPlugin(String shortName)
          Gets the plugin object from its short name.
 



Copyright © 2004-2013. All Rights Reserved.