Uses of Class
org.sonar.updatecenter.common.PluginReferential
-
Packages that use PluginReferential Package Description org.sonar.updatecenter.common -
-
Uses of PluginReferential in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return PluginReferential Modifier and Type Method Description static PluginReferentialPluginReferential. create(List<Plugin> pluginList)static PluginReferentialPluginReferential. createEmpty()static PluginReferentialPluginReferentialManifestConverter. fromPluginManifests(List<PluginManifest> pluginManifestList)PluginReferentialUpdateCenter. getUpdateCenterPluginReferential()Methods in org.sonar.updatecenter.common with parameters of type PluginReferential Modifier and Type Method Description static UpdateCenterUpdateCenter. create(PluginReferential updateCenterPluginReferential, List<Scanner> scanners, Sonar sonar)UpdateCenterUpdateCenter. registerInstalledPlugins(PluginReferential installedPluginReferential)
-