Uses of Class
hudson.PluginWrapper
-
Uses of PluginWrapper in hudson
Modifier and TypeFieldDescriptionprotected final 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 final List<PluginWrapper>
PluginManager.plugins
All discovered plugins.Modifier and TypeMethodDescriptionClassicPluginStrategy.createPluginWrapper
(File archive) PluginStrategy.createPluginWrapper
(File archive) Creates a plugin wrapper, which provides a management interface for the pluginGet the plugin instance that implements a specific class, use to find your plugin singleton.Get the plugin instance with the given short name.Plugin.getWrapper()
Gets the pairedPluginWrapper
.PluginManager.whichPlugin
(Class c) Return thePluginWrapper
that loaded the given class 'c'.Modifier and TypeMethodDescriptionPluginManager.PluginDeprecationMonitor.getDeprecatedPlugins()
PluginManager.getPlugins()
All discovered plugins.PluginManager.getPlugins
(Class<? extends Plugin> pluginSuperclass) Get the plugin instances that extend a specific class, use to find similar plugins.PluginWrapper.PluginWrapperAdministrativeMonitor.getPlugins()
PluginManager.getPluginsSortedByTitle()
PluginManager.PluginCycleDependenciesMonitor.getPluginsWithCycle()
Modifier and TypeMethodDescriptionint
PluginWrapper.compareTo
(PluginWrapper pw) Sort by short name.boolean
PluginManager.hasAdoptThisPluginLabel
(PluginWrapper plugin) void
ClassicPluginStrategy.initializeComponents
(PluginWrapper plugin) void
PluginStrategy.initializeComponents
(PluginWrapper plugin) Optionally start services provided by the plugin.void
ClassicPluginStrategy.load
(PluginWrapper wrapper) void
PluginStrategy.load
(PluginWrapper wrapper) Loads the plugin and starts it.void
ClassicPluginStrategy.startPlugin
(PluginWrapper plugin) void
ClassicPluginStrategy.updateDependency
(PluginWrapper depender, PluginWrapper dependee) default void
PluginStrategy.updateDependency
(PluginWrapper depender, PluginWrapper dependee) Called when a plugin is installed, but there was already a plugin installed which optionally depended on that plugin.Modifier and TypeMethodDescriptionvoid
PluginManager.dynamicLoad
(File arc, boolean removeExisting, List<PluginWrapper> batch) Try the dynamicLoad, removeExisting to attempt to dynamic load disabled pluginsvoid
PluginManager.start
(List<PluginWrapper> plugins) ModifierConstructorDescriptionFailedPlugin
(PluginWrapper pluginWrapper, Exception cause) Constructor for FailedPlugin when we know which PluginWrapper failed -
Uses of PluginWrapper in hudson.model
Modifier and TypeMethodDescriptionUpdateSite.Plugin.getInstalled()
If some version of this plugin is currently installed, returnPluginWrapper
.protected PluginWrapper
Descriptor.getPlugin()
Returns the plugin in which this descriptor is defined.Modifier and TypeMethodDescriptionUpdateSite.Plugin.deploy
(boolean dynamicLoad, UUID correlationId, List<PluginWrapper> batch, boolean hasEnabledDependents) Schedules the installation of this plugin.ModifierConstructorDescriptionCompleteBatchJob
(List<PluginWrapper> batch, long start, UUID correlationId) -
Uses of PluginWrapper in jenkins.security
Modifier and TypeMethodDescriptionUpdateSiteWarningsConfiguration.getPlugin
(UpdateSite.Warning warning)