Uses of Class
org.sonar.updatecenter.common.Release.Edition
-
Packages that use Release.Edition Package Description org.sonar.updatecenter.common -
-
Uses of Release.Edition in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return Release.Edition Modifier and Type Method Description static Release.EditionRelease.Edition. valueOf(String name)Returns the enum constant of this type with the specified name.static Release.Edition[]Release.Edition. 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 Release.Edition Modifier and Type Method Description StringRelease. getDownloadUrl(Release.Edition edition)static StringUpdateCenterDeserializer. getDownloadUrlSuffix(Release.Edition edition)StringRelease. getFilename(Release.Edition edition)ReleaseRelease. setDownloadUrl(String downloadUrlString, Release.Edition edition)
-