Uses of Class
hudson.model.UpdateSite.Plugin
Packages that use UpdateSite.Plugin
-
Uses of UpdateSite.Plugin in hudson
Methods in hudson that return UpdateSite.PluginModifier and TypeMethodDescriptionPluginWrapper.getInfo()returns theUpdateSite.Pluginobject, or null.PluginWrapper.getUpdateInfo()If the plugin hasan update, returns theUpdateSite.Pluginobject.Methods in hudson with parameters of type UpdateSite.PluginModifier and TypeMethodDescriptionbooleanPluginManager.hasAdoptThisPluginLabel(UpdateSite.Plugin plugin) -
Uses of UpdateSite.Plugin in hudson.model
Fields in hudson.model declared as UpdateSite.PluginModifier and TypeFieldDescriptionfinal UpdateSite.PluginUpdateCenter.InstallationJob.pluginWhat plugin are we trying to install?final UpdateSite.PluginUpdateCenter.PluginDowngradeJob.pluginWhat plugin are we trying to install?UpdateCenter.PluginEntry.pluginDeprecated.Fields in hudson.model with type parameters of type UpdateSite.PluginModifier and TypeFieldDescriptionfinal Map<String,UpdateSite.Plugin> UpdateSite.Data.pluginsPlugins in the repository, keyed by their artifact IDs.Methods in hudson.model that return UpdateSite.PluginModifier and TypeMethodDescriptionUpdateCenter.EnableJob.getPlugin()Gets the plugin with the given name from the firstUpdateSiteto contain it.UpdateCenter.getPlugin(String artifactId, VersionNumber minVersion) Gets the plugin with the given name from the firstUpdateSiteto contain it.Gets the information about a specific plugin.Methods in hudson.model that return types with arguments of type UpdateSite.PluginModifier 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.Methods in hudson.model with parameters of type UpdateSite.PluginModifier and TypeMethodDescriptionprotected UpdateCenter.InstallationJobUpdateSite.createInstallationJob(UpdateSite.Plugin plugin, UpdateCenter uc, boolean dynamicLoad) Extension point to allow implementations ofUpdateSiteto create a customUpdateCenter.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.PluginModifier and TypeMethodDescriptionvoidUpdateSite.Plugin.setIncompatibleParentPlugins(Set<UpdateSite.Plugin> incompatibleParentPlugins) Constructors in hudson.model with parameters of type UpdateSite.PluginModifierConstructorDescriptionEnableJob(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)