Uses of Class
hudson.model.UpdateSite.Plugin
-
Packages that use UpdateSite.Plugin Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateSite.Plugin in hudson
Methods in hudson that return UpdateSite.Plugin Modifier and Type Method Description UpdateSite.Plugin
PluginWrapper. getInfo()
returns theUpdateSite.Plugin
object, or null.UpdateSite.Plugin
PluginWrapper. getUpdateInfo()
If the plugin hasan update
, returns theUpdateSite.Plugin
object.Methods in hudson with parameters of type UpdateSite.Plugin Modifier and Type Method Description boolean
PluginManager. hasAdoptThisPluginLabel(UpdateSite.Plugin plugin)
-
Uses of UpdateSite.Plugin in hudson.model
Fields in hudson.model declared as UpdateSite.Plugin Modifier and Type Field 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
Deprecated.Fields in hudson.model with type parameters of type UpdateSite.Plugin Modifier and Type Field Description Map<String,UpdateSite.Plugin>
UpdateSite.Data. plugins
Plugins in the repository, keyed by their artifact IDs.Methods in hudson.model that return UpdateSite.Plugin Modifier and Type Method Description UpdateSite.Plugin
UpdateCenter.EnableJob. getPlugin()
UpdateSite.Plugin
UpdateCenter. getPlugin(String artifactId)
Gets the plugin with the given name from the firstUpdateSite
to contain it.UpdateSite.Plugin
UpdateCenter. getPlugin(String artifactId, VersionNumber minVersion)
Gets the plugin with the given name from the firstUpdateSite
to contain it.UpdateSite.Plugin
UpdateSite. getPlugin(String artifactId)
Gets the information about a specific plugin.Methods in hudson.model that return types with arguments of type UpdateSite.Plugin Modifier and Type Method Description List<UpdateSite.Plugin>
UpdateCenter. getAvailables()
List<UpdateSite.Plugin>
UpdateSite. getAvailables()
Returns a list of plugins that should be shown in the "available" tab.List<UpdateSite.Plugin>
UpdateSite.Plugin. getDependenciesIncompatibleWithInstalledVersion(PluginManager.MetadataCache cache)
Get the list of incompatible dependencies (if there are any, as determined by isNeededDependenciesCompatibleWithInstalledVersion)Set<UpdateSite.Plugin>
UpdateSite.Plugin. getIncompatibleParentPlugins()
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>
UpdateCenter. getPluginFromAllSites(String artifactId, VersionNumber minVersion)
Gets plugin info from all available sitesList<UpdateSite.Plugin>
UpdateCenter. getUpdates()
List<UpdateSite.Plugin>
UpdateSite. getUpdates()
Returns the list of plugins that are updates to currently installed ones.Methods in hudson.model with parameters of type UpdateSite.Plugin Modifier and Type Method Description protected UpdateCenter.InstallationJob
UpdateSite. createInstallationJob(UpdateSite.Plugin plugin, UpdateCenter uc, boolean dynamicLoad)
Extension point to allow implementations ofUpdateSite
to create a customUpdateCenter.InstallationJob
.UpdateCenter.InstallationJob
UpdateCenter. getJob(UpdateSite.Plugin plugin)
Returns latest install/upgrade job for the given plugin.Method parameters in hudson.model with type arguments of type UpdateSite.Plugin Modifier and Type Method Description void
UpdateSite.Plugin. setIncompatibleParentPlugins(Set<UpdateSite.Plugin> incompatibleParentPlugins)
Constructors in hudson.model with parameters of type UpdateSite.Plugin Constructor Description EnableJob(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin, boolean dynamicLoad)
InstallationJob(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth, boolean dynamicLoad)
InstallationJob(UpdateSite.Plugin plugin, UpdateSite site, org.springframework.security.core.Authentication auth)
Deprecated.as of 1.442InstallationJob(UpdateSite.Plugin plugin, UpdateSite site, org.springframework.security.core.Authentication auth, boolean dynamicLoad)
NoOpJob(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin)
PluginDowngradeJob(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth)
PluginDowngradeJob(UpdateSite.Plugin plugin, UpdateSite site, org.springframework.security.core.Authentication auth)
-