Uses of Class
hudson.PluginManager.MetadataCache
-
Packages that use PluginManager.MetadataCache Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of PluginManager.MetadataCache in hudson
Methods in hudson that return PluginManager.MetadataCache Modifier and Type Method Description PluginManager.MetadataCache
PluginManager. createCache()
-
Uses of PluginManager.MetadataCache in hudson.model
Methods in hudson.model with parameters of type PluginManager.MetadataCache Modifier and Type Method Description List<UpdateSite.Plugin>
UpdateSite.Plugin. getDependenciesIncompatibleWithInstalledVersion(PluginManager.MetadataCache cache)
Get the list of incompatible dependencies (if there are any, as determined by isNeededDependenciesCompatibleWithInstalledVersion)boolean
UpdateCenter. hasIncompatibleUpdates(PluginManager.MetadataCache cache)
boolean
UpdateSite.Plugin. isCompatible(PluginManager.MetadataCache cache)
boolean
UpdateSite.Plugin. isNeededDependenciesCompatibleWithInstalledVersion(PluginManager.MetadataCache cache)
boolean
UpdateSite.Plugin. isNeededDependenciesForNewerJenkins(PluginManager.MetadataCache cache)
-