Uses of Class
org.sonar.updatecenter.common.Version
Packages that use Version
-
Uses of Version in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return VersionModifier and TypeMethodDescriptionstatic Versionstatic Versionstatic VersionRelease.getAdjustedVersion()Release.getLastRequiredSonarVersion(Product product) Release.getMinimumRequiredSonarVersion(Product product) Release.getVersion()Version.removeQualifier()Methods in org.sonar.updatecenter.common that return types with arguments of type VersionModifier and TypeMethodDescriptionArtifact.getArchivedVersions()Artifact.getPrivateVersions()Artifact.getPublicVersions()Artifact.getPublicVersions(Product product) Release.getRequiredCommunitySonarVersions()Release.getRequiredPaidSonarVersions()Release.getRequiredSonarVersions()Release.getSonarVersionFromString(Product product, String fromString) Artifact.getVersions()Methods in org.sonar.updatecenter.common with parameters of type VersionModifier and TypeMethodDescriptionRelease.addRequiredSonarVersions(Product product, Version... versions) intintVersion.compareToIgnoreQualifier(Version other) static Versionstatic PluginUpdatePluginUpdate.createForPluginRelease(Release pluginRelease, Version sonarVersion, Product product) booleanPluginReferential.doesContainRelease(String key, Version version) booleanArtifact.doesContainVersion(Version version) UpdateCenter.findInstallablePlugins(String pluginKey, Version minimumVersion) Return all releases to download (including outgoing dependencies and installed incoming dependencies) to install / update a pluginfinal ReleaseArtifact.getFirstCompatible(Version sonarVersion, Product product) Lowest plugin version (including dev) that is compatible with provided SQ versionfinal 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.getMinimalRelease(Version minimalVersion) final ReleaseArtifact.getRelease(Version version) final ReleaseArtifact.getRelease(Version version, Product product) Artifact.getReleasesGreaterThan(Version version, Product product) booleanVersion.isCompatibleWith(Version version) Two versions are compatible when they are identical except for qualifier.UpdateCenter.setInstalledSonarVersion(Version installedSonarVersion) Release.setVersion(Version version) booleanRelease.supportSonarVersion(Version providedSqVersion, Product product) Constructors in org.sonar.updatecenter.common with parameters of type Version