Class UpdateCenter


  • public class UpdateCenter
    extends Object
    • Method Detail

      • getUpdateCenterPluginReferential

        public PluginReferential getUpdateCenterPluginReferential()
      • getSonar

        public Sonar getSonar()
      • setInstalledSonarVersion

        public UpdateCenter setInstalledSonarVersion​(Version installedSonarVersion)
      • getDate

        public Date getDate()
      • findAllCompatiblePlugins

        public List<Plugin> findAllCompatiblePlugins()
        Return all plugins with at least one version compatible with SQ. For ecosystems only parent plugin is returned.
      • findInstallablePlugins

        public List<Release> findInstallablePlugins​(String pluginKey,
                                                    Version minimumVersion)
        Return all releases to download (including outgoing dependencies and installed incoming dependencies) to install / update a plugin