Uses of Class
hudson.PluginWrapper
Packages that use PluginWrapper
-
Uses of PluginWrapper in hudson
Fields in hudson declared as PluginWrapperFields in hudson with type parameters of type PluginWrapperModifier 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.Methods in hudson that return PluginWrapperModifier 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'.Methods in hudson that return types with arguments of type PluginWrapperModifier 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()
Methods in hudson with parameters of type PluginWrapperModifier 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.Method parameters in hudson with type arguments of type PluginWrapperModifier 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) Constructors in hudson with parameters of type PluginWrapperModifierConstructorDescriptionFailedPlugin
(PluginWrapper pluginWrapper, Exception cause) Constructor for FailedPlugin when we know which PluginWrapper failedConstructor parameters in hudson with type arguments of type PluginWrapper -
Uses of PluginWrapper in hudson.model
Methods in hudson.model that return PluginWrapperModifier 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.Method parameters in hudson.model with type arguments of type PluginWrapperModifier and TypeMethodDescriptionUpdateSite.Plugin.deploy
(boolean dynamicLoad, UUID correlationId, List<PluginWrapper> batch, boolean hasEnabledDependents) Schedules the installation of this plugin.Constructor parameters in hudson.model with type arguments of type PluginWrapperModifierConstructorDescriptionCompleteBatchJob
(List<PluginWrapper> batch, long start, UUID correlationId) -
Uses of PluginWrapper in jenkins.security
Methods in jenkins.security that return PluginWrapperModifier and TypeMethodDescriptionUpdateSiteWarningsConfiguration.getPlugin
(UpdateSite.Warning warning) Methods in jenkins.security that return types with arguments of type PluginWrapper