Uses of Class
hudson.Plugin
Packages that use Plugin
-
Uses of Plugin in hudson
Modifier and TypeClassDescriptionstatic final class
Dummy instance ofPlugin
to be used when a plugin didn't supply one on its own.Modifier and TypeMethodDescriptionPluginWrapper.getPlugin()
Gets the instance ofPlugin
contributed by this plugin.PluginWrapper.getPluginOrFail()
Gets the instance ofPlugin
contributed 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.model
Methods 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