Uses of Class
hudson.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
Modifier and TypeFieldDescriptionfinal PluginManager
PluginWrapper.parent
PluginManager
to which this belongs to.Modifier and TypeMethodDescriptionstatic PluginManager
PluginManager.createDefault
(Jenkins jenkins) Creates thePluginManager
to use if no one is provided to aJenkins
object.ModifierConstructorDescriptionClassicPluginStrategy
(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
Modifier and TypeMethodDescriptionInitStrategy.listPluginArchives
(PluginManager pm) Returns the list of *.jpi, *.hpi and *.hpl to expand and load. -
Uses of PluginManager in hudson.model
ModifierConstructorDescriptionHudson
(File root, jakarta.servlet.ServletContext context, PluginManager pluginManager) Hudson
(File root, javax.servlet.ServletContext context, PluginManager pluginManager) Deprecated. -
Uses of PluginManager in jenkins.model
ModifierConstructorDescriptionprotected
Jenkins
(File root, jakarta.servlet.ServletContext context, PluginManager pluginManager)
Hudson(File, ServletContext, PluginManager)