Package | Description |
---|---|
hudson | |
hudson.init |
Logic for Hudson startup.
|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
LocalPluginManager
|
Modifier and Type | Field and Description |
---|---|
PluginManager |
PluginWrapper.parent
PluginManager to which this belongs to. |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
List<File> |
InitStrategy.listPluginArchives(PluginManager pm)
Returns the list of *.jpi, *.hpi and *.hpl to expand and load.
|
Constructor and Description |
---|
Hudson(File root,
javax.servlet.ServletContext context,
PluginManager pluginManager) |
Modifier and Type | Field and Description |
---|---|
PluginManager |
Jenkins.pluginManager
Loaded plugins.
|
Modifier and Type | Method and Description |
---|---|
PluginManager |
Jenkins.getPluginManager() |
Constructor and Description |
---|
Jenkins(File root,
javax.servlet.ServletContext context,
PluginManager pluginManager) |
Copyright © 2018. All rights reserved.