Uses of Class
hudson.PluginManager
Packages that use PluginManager
Package
Description
Logic for Hudson startup.
Core object model that are bound to URLs via stapler, rooted at 
Jenkins.- 
Uses of PluginManager in hudsonSubclasses of PluginManager in hudsonFields in hudson declared as PluginManagerModifier and TypeFieldDescriptionfinal PluginManagerPluginWrapper.parentPluginManagerto which this belongs to.Methods in hudson that return PluginManagerModifier and TypeMethodDescriptionstatic PluginManagerPluginManager.createDefault(Jenkins jenkins) Creates thePluginManagerto use if no one is provided to aJenkinsobject.Constructors in hudson with parameters of type PluginManagerModifierConstructorDescriptionClassicPluginStrategy(PluginManager pluginManager) PluginWrapper(PluginManager parent, File archive, Manifest manifest, URL baseResourceURL, ClassLoader classLoader, File disableFile, List<PluginWrapper.Dependency> dependencies, List<PluginWrapper.Dependency> optionalDependencies) 
- 
Uses of PluginManager in hudson.initMethods in hudson.init with parameters of type PluginManagerModifier and TypeMethodDescriptionInitStrategy.listPluginArchives(PluginManager pm) Returns the list of *.jpi, *.hpi and *.hpl to expand and load.
- 
Uses of PluginManager in hudson.modelFields in hudson.model declared as PluginManagerConstructors in hudson.model with parameters of type PluginManagerModifierConstructorDescriptionHudson(File root, jakarta.servlet.ServletContext context, PluginManager pluginManager) Hudson(File root, javax.servlet.ServletContext context, PluginManager pluginManager) Deprecated.
- 
Uses of PluginManager in jenkins.modelFields in jenkins.model declared as PluginManagerMethods in jenkins.model that return PluginManagerConstructors in jenkins.model with parameters of type PluginManagerModifierConstructorDescriptionprotectedJenkins(File root, jakarta.servlet.ServletContext context, PluginManager pluginManager) 
Hudson(File, ServletContext, PluginManager)