Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
UpdateSite.Plugin |
PluginWrapper.getInfo()
returns the
UpdateSite.Plugin object, or null. |
UpdateSite.Plugin |
PluginWrapper.getUpdateInfo()
If the plugin has
an update ,
returns the UpdateSite.Plugin object. |
Modifier and Type | Field and Description |
---|---|
UpdateSite.Plugin |
UpdateCenter.InstallationJob.plugin
What plugin are we trying to install?
|
UpdateSite.Plugin |
UpdateCenter.PluginDowngradeJob.plugin
What plugin are we trying to install?
|
UpdateSite.Plugin |
UpdateCenter.PluginEntry.plugin |
Modifier and Type | Field and Description |
---|---|
Map<String,UpdateSite.Plugin> |
UpdateSite.Data.plugins
Plugins in the repository, keyed by their artifact IDs.
|
Modifier and Type | Method and Description |
---|---|
UpdateSite.Plugin |
UpdateSite.getPlugin(String artifactId)
Gets the information about a specific plugin.
|
UpdateSite.Plugin |
UpdateCenter.getPlugin(String artifactId)
Gets the plugin with the given name from the first
UpdateSite to contain it. |
Modifier and Type | Method and Description |
---|---|
List<UpdateSite.Plugin> |
UpdateSite.getAvailables()
Returns a list of plugins that should be shown in the "available" tab.
|
List<UpdateSite.Plugin> |
UpdateCenter.getAvailables() |
List<UpdateSite.Plugin> |
UpdateSite.Plugin.getNeededDependencies()
Returns a list of dependent plugins which need to be installed or upgraded for this plugin to work.
|
List<UpdateSite.Plugin> |
UpdateSite.getUpdates()
Returns the list of plugins that are updates to currently installed ones.
|
List<UpdateSite.Plugin> |
UpdateCenter.getUpdates() |
Modifier and Type | Method and Description |
---|---|
UpdateCenter.InstallationJob |
UpdateCenter.getJob(UpdateSite.Plugin plugin)
Returns latest install/upgrade job for the given plugin.
|
Constructor and Description |
---|
InstallationJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.acegisecurity.Authentication auth)
Deprecated.
as of 1.442
|
InstallationJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.acegisecurity.Authentication auth,
boolean dynamicLoad) |
PluginDowngradeJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.acegisecurity.Authentication auth) |
Copyright © 2018. All rights reserved.