Uses of Enum
org.sonar.updatecenter.common.Product
Packages that use Product
-
Uses of Product in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return ProductModifier and TypeMethodDescriptionUpdateCenter.getInstalledSonarProduct()Release.getProduct()static ProductReturns the enum constant of this type with the specified name.static Product[]Product.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.updatecenter.common with parameters of type ProductModifier and TypeMethodDescriptionRelease.addRequiredSonarVersions(Product product, String... versions) Release.addRequiredSonarVersions(Product product, Version... versions) static UpdateCenterUpdateCenter.create(PluginReferential updateCenterPluginReferential, List<Scanner> scanners, Sonar sonar, Product product) static PluginUpdatePluginUpdate.createForPluginRelease(Release pluginRelease, Version sonarVersion, Product product) Artifact.getAllReleases(Product product) final 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.getLastRelease(Product product) Release.getLastRequiredSonarVersion(Product product) Artifact.getMajorReleases(Product product) Release.getMinimumRequiredSonarVersion(Product product) Artifact.getPublicVersions(Product product) Artifact.getRelease(String versionOrAliases, Product product) final ReleaseArtifact.getRelease(Version version, Product product) Artifact.getReleases(Product product) Artifact.getReleasesGreaterThan(String version, Product product) Shortcut for Ruby code (?)Artifact.getReleasesGreaterThan(Version version, Product product) Release.getSonarVersionFromString(Product product, String fromString) voidUpdateCenter.setInstalledSonarProduct(Product installedSonarProduct) Release.setProduct(Product product) booleanRelease.supportSonarVersion(Version providedSqVersion, Product product) Constructors in org.sonar.updatecenter.common with parameters of type Product