|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateSite.Plugin | |
---|---|
hudson | |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
Uses of UpdateSite.Plugin in hudson |
---|
Methods in hudson that return UpdateSite.Plugin | |
---|---|
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. |
Uses of UpdateSite.Plugin in hudson.model |
---|
Fields in hudson.model declared as UpdateSite.Plugin | |
---|---|
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
|
Fields in hudson.model with type parameters of type UpdateSite.Plugin | |
---|---|
Map<String,UpdateSite.Plugin> |
UpdateSite.Data.plugins
Plugins in the repository, keyed by their artifact IDs. |
Methods in hudson.model that return UpdateSite.Plugin | |
---|---|
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. |
Methods in hudson.model that return types with arguments of type UpdateSite.Plugin | |
---|---|
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()
|
Methods in hudson.model with parameters of type UpdateSite.Plugin | |
---|---|
UpdateCenter.InstallationJob |
UpdateCenter.getJob(UpdateSite.Plugin plugin)
Returns latest install/upgrade job for the given plugin. |
Constructors in hudson.model with parameters of type UpdateSite.Plugin | |
---|---|
UpdateCenter.InstallationJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.acegisecurity.Authentication auth)
Deprecated. as of 1.442 |
|
UpdateCenter.InstallationJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.acegisecurity.Authentication auth,
boolean dynamicLoad)
|
|
UpdateCenter.PluginDowngradeJob(UpdateSite.Plugin plugin,
UpdateSite site,
org.acegisecurity.Authentication auth)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |