Uses of Class
jenkins.model.ModelObjectWithContextMenu.MenuItemType
-
Packages that use ModelObjectWithContextMenu.MenuItemType Package Description jenkins.model -
-
Uses of ModelObjectWithContextMenu.MenuItemType in jenkins.model
Fields in jenkins.model declared as ModelObjectWithContextMenu.MenuItemType Modifier and Type Field Description ModelObjectWithContextMenu.MenuItemType
ModelObjectWithContextMenu.MenuItem. type
The type of menu itemMethods in jenkins.model that return ModelObjectWithContextMenu.MenuItemType Modifier and Type Method Description static ModelObjectWithContextMenu.MenuItemType
ModelObjectWithContextMenu.MenuItemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelObjectWithContextMenu.MenuItemType[]
ModelObjectWithContextMenu.MenuItemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-