Uses of Class
hudson.model.UpdateSite.WarningType
-
Packages that use UpdateSite.WarningType Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateSite.WarningType in hudson.model
Fields in hudson.model declared as UpdateSite.WarningType Modifier and Type Field Description UpdateSite.WarningType
UpdateSite.Warning. type
The type classifier for this warning.Methods in hudson.model that return UpdateSite.WarningType Modifier and Type Method Description static UpdateSite.WarningType
UpdateSite.WarningType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateSite.WarningType[]
UpdateSite.WarningType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-