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.activePluginsAll active plugins, topologically sorted so that when X depends on Y, Y appears in the list before X does.protected final List<PluginWrapper> PluginManager.pluginsAll 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 thePluginWrapperthat 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 TypeMethodDescriptionintPluginWrapper.compareTo(PluginWrapper pw) Sort by short name.booleanPluginManager.hasAdoptThisPluginLabel(PluginWrapper plugin) voidClassicPluginStrategy.initializeComponents(PluginWrapper plugin) voidPluginStrategy.initializeComponents(PluginWrapper plugin) Optionally start services provided by the plugin.voidClassicPluginStrategy.load(PluginWrapper wrapper) voidPluginStrategy.load(PluginWrapper wrapper) Loads the plugin and starts it.voidClassicPluginStrategy.startPlugin(PluginWrapper plugin) voidClassicPluginStrategy.updateDependency(PluginWrapper depender, PluginWrapper dependee) default voidPluginStrategy.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 TypeMethodDescriptionvoidPluginManager.dynamicLoad(File arc, boolean removeExisting, List<PluginWrapper> batch) Try the dynamicLoad, removeExisting to attempt to dynamic load disabled pluginsvoidPluginManager.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 PluginWrapperModifierConstructorDescriptionUberClassLoader(List<PluginWrapper> activePlugins) The servlet container'sClassLoader(the parent of Jenkins core) is parallel-capable and maintains its own growingMapofClassLoader.getClassLoadingLock(java.lang.String)objects per class name for every load attempt (including misses), and we cannot override this behavior. -
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 PluginWrapperDescriptor.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