Uses of Class
hudson.Plugin
Packages that use Plugin
- 
Uses of Plugin in hudsonModifier and TypeClassDescriptionstatic final classDummy instance ofPluginto be used when a plugin didn't supply one on its own.Modifier and TypeMethodDescriptionPluginWrapper.getPlugin()Gets the instance ofPlugincontributed by this plugin.PluginWrapper.getPluginOrFail()Gets the instance ofPlugincontributed by this plugin.Modifier and TypeMethodDescriptionGet the plugin instance that implements a specific class, use to find your plugin singleton.PluginManager.getPlugins(Class<? extends Plugin> pluginSuperclass) Get the plugin instances that extend a specific class, use to find similar plugins.
- 
Uses of Plugin in jenkins.modelMethods in jenkins.model with type parameters of type PluginModifier and TypeMethodDescription<P extends Plugin>
 PGets the plugin object from its class.Jenkins.getPlugins(Class<P> clazz) Gets the plugin objects from their super-class.Methods in jenkins.model that return Plugin