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 hudson
Subclasses of PluginManager in hudsonFields in hudson declared as PluginManagerModifier and TypeFieldDescriptionfinal PluginManager
PluginWrapper.parent
PluginManager
to which this belongs to.Methods in hudson that return PluginManagerModifier and TypeMethodDescriptionstatic PluginManager
PluginManager.createDefault
(Jenkins jenkins) Creates thePluginManager
to use if no one is provided to aJenkins
object.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.init
Methods 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.model
Fields in hudson.model declared as PluginManagerConstructors in hudson.model with parameters of type PluginManagerModifierConstructorDescriptionHudson
(File root, javax.servlet.ServletContext context, PluginManager pluginManager) -
Uses of PluginManager in jenkins.model
Fields in jenkins.model declared as PluginManagerMethods in jenkins.model that return PluginManagerConstructors in jenkins.model with parameters of type PluginManagerModifierConstructorDescriptionprotected
Jenkins
(File root, javax.servlet.ServletContext context, PluginManager pluginManager)