Uses of Class
org.sonar.updatecenter.common.Release
-
Packages that use Release Package Description org.sonar.updatecenter.common -
-
Uses of Release in org.sonar.updatecenter.common
Fields in org.sonar.updatecenter.common with type parameters of type Release Modifier and Type Field Description protected SortedSet<Release>Artifact. releasesMethods in org.sonar.updatecenter.common that return types with arguments of type Release Modifier and Type Method Description List<Release>UpdateCenter. findInstallablePlugins(String pluginKey, Version minimumVersion)Return all releases to download (including outgoing dependencies and installed incoming dependencies) to install / update a pluginSortedSet<Release>Artifact. getAllReleases()Return the concatenation of releases and dev releaseSortedSet<Release>Artifact. getArchivedReleases()List<Release>PluginUpdate. getDependencies()Set<Release>Release. getIncomingDependencies()SortedSet<Release>Artifact. getMajorReleases()Keep only latest patch version.Set<Release>Release. getOutgoingDependencies()List<Release>SonarUpdate. getPluginsToUpgrade()SortedSet<Release>Artifact. getPublicReleases()SortedSet<Release>Artifact. getReleases()Don't include dev version.SortedSet<Release>Artifact. getReleasesGreaterThan(String version)Shortcut for Ruby codeSortedSet<Release>Artifact. getReleasesGreaterThan(Version version)Methods in org.sonar.updatecenter.common with parameters of type Release Modifier and Type Method Description ReleaseRelease. addIncomingDependency(Release required)voidPluginReferential. addOutgoingDependency(Release release, String requiredPluginReleaseKey, String requiredMinimumReleaseVersion)ReleaseRelease. addOutgoingDependency(Release required)voidSonarUpdate. addPluginToUpgrade(Release plugin)ReleaseArtifact. addRelease(Release release)intRelease. compareTo(Release o)static PluginUpdatePluginUpdate. createForPluginRelease(Release pluginRelease, Version sonarVersion)static PluginUpdatePluginUpdate. createWithStatus(Release pluginRelease, PluginUpdate.Status status)ReleaseArtifact. setDevRelease(Release release)voidPluginUpdate. setRelease(Release release)Method parameters in org.sonar.updatecenter.common with type arguments of type Release Modifier and Type Method Description voidPluginUpdate. setDependencies(List<Release> dependencies)Constructors in org.sonar.updatecenter.common with parameters of type Release Constructor Description SonarUpdate(Release release)
-