Uses of Class
org.sonar.updatecenter.common.PluginUpdate
-
Packages that use PluginUpdate Package Description org.sonar.updatecenter.common -
-
Uses of PluginUpdate in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return PluginUpdate Modifier and Type Method Description static PluginUpdatePluginUpdate. createForPluginRelease(Release pluginRelease, Version sonarVersion)static PluginUpdatePluginUpdate. createWithStatus(Release pluginRelease, PluginUpdate.Status status)Methods in org.sonar.updatecenter.common that return types with arguments of type PluginUpdate Modifier and Type Method Description List<PluginUpdate>UpdateCenter. findAvailablePlugins()List<PluginUpdate>UpdateCenter. findPluginUpdates()
-