Uses of Class
hudson.model.UpdateSite.Plugin
-
Uses of UpdateSite.Plugin in hudson
Modifier and TypeMethodDescriptionPluginWrapper.getInfo()
returns theUpdateSite.Plugin
object, or null.PluginWrapper.getUpdateInfo()
If the plugin hasan update
, returns theUpdateSite.Plugin
object.Modifier and TypeMethodDescriptionboolean
PluginManager.hasAdoptThisPluginLabel
(UpdateSite.Plugin plugin) -
Uses of UpdateSite.Plugin in hudson.model
Modifier and TypeFieldDescriptionfinal UpdateSite.Plugin
UpdateCenter.InstallationJob.plugin
What plugin are we trying to install?final UpdateSite.Plugin
UpdateCenter.PluginDowngradeJob.plugin
What plugin are we trying to install?UpdateCenter.PluginEntry.plugin
Deprecated.Modifier and TypeFieldDescriptionfinal Map<String,
UpdateSite.Plugin> UpdateSite.Data.plugins
Plugins in the repository, keyed by their artifact IDs.Modifier and TypeMethodDescriptionUpdateCenter.EnableJob.getPlugin()
Gets the plugin with the given name from the firstUpdateSite
to contain it.UpdateCenter.getPlugin
(String artifactId, VersionNumber minVersion) Gets the plugin with the given name from the firstUpdateSite
to contain it.Gets the information about a specific plugin.Modifier and TypeMethodDescriptionUpdateCenter.getAvailables()
UpdateSite.getAvailables()
Returns a list of plugins that should be shown in the "available" tab.UpdateSite.Plugin.getDependenciesIncompatibleWithInstalledVersion
(PluginManager.MetadataCache cache) Get the list of incompatible dependencies (if there are any, as determined by isNeededDependenciesCompatibleWithInstalledVersion)UpdateSite.Plugin.getIncompatibleParentPlugins()
UpdateSite.Plugin.getNeededDependencies()
Returns a list of dependent plugins which need to be installed or upgraded for this plugin to work.UpdateCenter.getPluginFromAllSites
(String artifactId, VersionNumber minVersion) Gets plugin info from all available sitesUpdateCenter.getUpdates()
UpdateSite.getUpdates()
Returns the list of plugins that are updates to currently installed ones.Modifier and TypeMethodDescriptionprotected UpdateCenter.InstallationJob
UpdateSite.createInstallationJob
(UpdateSite.Plugin plugin, UpdateCenter uc, boolean dynamicLoad) Extension point to allow implementations ofUpdateSite
to create a customUpdateCenter.InstallationJob
.UpdateCenter.getJob
(UpdateSite.Plugin plugin) Returns latest install/upgrade job for the given plugin.Modifier and TypeMethodDescriptionvoid
UpdateSite.Plugin.setIncompatibleParentPlugins
(Set<UpdateSite.Plugin> incompatibleParentPlugins) ModifierConstructorDescriptionEnableJob
(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin, boolean dynamicLoad) InstallationJob
(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth, boolean dynamicLoad) Deprecated.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)
InstallationJob(UpdateSite.Plugin, UpdateSite, Authentication, boolean)