Uses of Class
org.sonar.updatecenter.common.Release
Packages that use Release
-
Uses of Release in org.sonar.updatecenter.common
Subclasses of Release in org.sonar.updatecenter.commonFields in org.sonar.updatecenter.common with type parameters of type ReleaseMethods in org.sonar.updatecenter.common that return ReleaseModifier and TypeMethodDescriptionRelease.addIncomingDependency(Release required) Release.addOutgoingDependency(Release required) final ReleaseArtifact.addRelease(Release release) Release.addRequiredSonarVersions(Product product, String... versions) Release.addRequiredSonarVersions(Product product, Version... versions) Release.addScannerDownloadUrlAndLabel(String flavor, String label, String downloadUrl, int order) Artifact.getDevRelease()final ReleaseArtifact.getFirstCompatible(Version sonarVersion, Product product) Lowest plugin version (including dev) that is compatible with provided SQ versionfinal ReleaseArtifact.getLastCompatible(Release release) final ReleaseArtifact.getLastCompatible(Version version, Product product) final ReleaseArtifact.getLastCompatibleIncludingDev(Version sonarVersion, Product product) Same asArtifact.getLastCompatible(Release)but includeArtifact.devReleaseif availablefinal ReleaseArtifact.getLastCompatibleReleaseIfUpgrade(Version sonarVersion, Product product) final ReleaseArtifact.getLastRelease()final ReleaseArtifact.getLastRelease(Product product) Sonar.getLtaVersion()Sonar.getLtsRelease()Deprecated.final ReleaseArtifact.getMinimalRelease(Version minimalVersion) Sonar.getPastLtaVersion()Artifact.getRelease(String versionOrAliases) Artifact.getRelease(String versionOrAliases, Product product) final ReleaseArtifact.getRelease(Version version) final ReleaseArtifact.getRelease(Version version, Product product) PluginUpdate.getRelease()SonarUpdate.getRelease()Release.setChangelogUrl(String changelogUrlString) Release.setDescription(String description) final ReleaseArtifact.setDevRelease(Release release) Release.setDisplayVersion(String displayVersion) Release.setDownloadUrl(String downloadUrlString) Release.setDownloadUrl(String downloadUrlString, Release.Edition edition) Release.setProduct(Product product) Release.setVersion(Version version) Methods in org.sonar.updatecenter.common that return types with arguments of type ReleaseModifier and TypeMethodDescriptionUpdateCenter.findInstallablePlugins(String pluginKey, Version minimumVersion) Return all releases to download (including outgoing dependencies and installed incoming dependencies) to install / update a pluginArtifact.getAllReleases()Returns the union of releases and dev releaseArtifact.getAllReleases(Product product) Artifact.getArchivedReleases()PluginUpdate.getDependencies()Release.getIncomingDependencies()Artifact.getMajorReleases()Keep only latest patch version.Artifact.getMajorReleases(Product product) Release.getOutgoingDependencies()SonarUpdate.getPluginsToUpgrade()Artifact.getPublicReleases()Artifact.getReleases()Don't include dev version.Artifact.getReleases(Product product) Artifact.getReleasesGreaterThan(String version, Product product) Shortcut for Ruby code (?)Artifact.getReleasesGreaterThan(Version version, Product product) Methods in org.sonar.updatecenter.common with parameters of type ReleaseModifier and TypeMethodDescriptionRelease.addIncomingDependency(Release required) voidPluginReferential.addOutgoingDependency(Release release, String requiredPluginReleaseKey, String requiredMinimumReleaseVersion) Release.addOutgoingDependency(Release required) voidSonarUpdate.addPluginToUpgrade(Release plugin) final ReleaseArtifact.addRelease(Release release) intstatic PluginUpdatePluginUpdate.createForPluginRelease(Release pluginRelease, Version sonarVersion, Product product) static PluginUpdatePluginUpdate.createWithStatus(Release pluginRelease, PluginUpdate.Status status) final ReleaseArtifact.getLastCompatible(Release release) final ReleaseArtifact.setDevRelease(Release release) voidPluginUpdate.setRelease(Release release) Method parameters in org.sonar.updatecenter.common with type arguments of type ReleaseConstructors in org.sonar.updatecenter.common with parameters of type Release
Sonar.getLtaVersion()