Uses of Class
org.sonar.updatecenter.common.PluginUpdate.Status
-
Packages that use PluginUpdate.Status Package Description org.sonar.updatecenter.common -
-
Uses of PluginUpdate.Status in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return PluginUpdate.Status Modifier and Type Method Description PluginUpdate.StatusPluginUpdate. getStatus()static PluginUpdate.StatusPluginUpdate.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginUpdate.Status[]PluginUpdate.Status. 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 PluginUpdate.Status Modifier and Type Method Description static PluginUpdatePluginUpdate. createWithStatus(Release pluginRelease, PluginUpdate.Status status)voidPluginUpdate. setStatus(PluginUpdate.Status status)
-