Uses of Enum
org.sonar.updatecenter.common.PluginUpdate.Status
Packages that use PluginUpdate.Status
-
Uses of PluginUpdate.Status in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return PluginUpdate.StatusModifier and TypeMethodDescriptionPluginUpdate.getStatus()static PluginUpdate.StatusReturns 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.StatusModifier and TypeMethodDescriptionstatic PluginUpdatePluginUpdate.createWithStatus(Release pluginRelease, PluginUpdate.Status status) voidPluginUpdate.setStatus(PluginUpdate.Status status)