Package | Description |
---|---|
hudson | |
jenkins.model |
Modifier and Type | Class and Description |
---|---|
static class |
Plugin.DummyImpl
Dummy instance of
Plugin to be used when a plugin didn't
supply one on its own. |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginWrapper.getPlugin()
Gets the instance of
Plugin contributed by this plugin. |
Modifier and Type | Method and Description |
---|---|
void |
PluginWrapper.setPlugin(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<P extends Plugin> |
Jenkins.getPlugin(Class<P> clazz)
Gets the plugin object from its class.
|
<P extends Plugin> |
Jenkins.getPlugins(Class<P> clazz)
Gets the plugin objects from their super-class.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
Jenkins.getPlugin(String shortName)
Gets the plugin object from its short name.
|
Copyright © 2015. All rights reserved.