Uses of Class
hudson.PluginManager
-
Packages that use PluginManager Package Description hudson hudson.init Logic for Hudson startup.hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of PluginManager in hudson
Subclasses of PluginManager in hudson Modifier and Type Class Description class
LocalPluginManager
Default implementation ofPluginManager
.Fields in hudson declared as PluginManager Modifier and Type Field Description PluginManager
PluginWrapper. parent
PluginManager
to which this belongs to.Methods in hudson that return PluginManager Modifier and Type Method Description static PluginManager
PluginManager. createDefault(Jenkins jenkins)
Creates thePluginManager
to use if no one is provided to aJenkins
object.Constructors in hudson with parameters of type PluginManager Constructor Description ClassicPluginStrategy(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 PluginManager Modifier and Type Method Description List<File>
InitStrategy. 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 PluginManager Modifier and Type Field Description protected PluginManager
UpdateCenter.InstallationJob. pm
Constructors in hudson.model with parameters of type PluginManager Constructor Description Hudson(File root, javax.servlet.ServletContext context, PluginManager pluginManager)
-
Uses of PluginManager in jenkins.model
Fields in jenkins.model declared as PluginManager Modifier and Type Field Description PluginManager
Jenkins. pluginManager
Loaded plugins.Methods in jenkins.model that return PluginManager Modifier and Type Method Description PluginManager
Jenkins. getPluginManager()
Constructors in jenkins.model with parameters of type PluginManager Constructor Description Jenkins(File root, javax.servlet.ServletContext context, PluginManager pluginManager)
-