Uses of Class
jenkins.model.ModelObjectWithContextMenu.MenuItem
Packages that use ModelObjectWithContextMenu.MenuItem
-
Uses of ModelObjectWithContextMenu.MenuItem in jenkins.model
Fields in jenkins.model with type parameters of type ModelObjectWithContextMenu.MenuItemModifier and TypeFieldDescriptionModelObjectWithContextMenu.ContextMenu.items
The actual contents of the menu.Methods in jenkins.model that return ModelObjectWithContextMenu.MenuItemModifier and TypeMethodDescriptionModelObjectWithContextMenu.MenuItem.withContextRelativeUrl
(String url) Sets the URL by passing in a URL relative to the context path of JenkinsModelObjectWithContextMenu.MenuItem.withDisplayName
(ModelObject o) ModelObjectWithContextMenu.MenuItem.withDisplayName
(String displayName) ModelObjectWithContextMenu.MenuItem.withIconClass
(String iconClass) ModelObjectWithContextMenu.MenuItem.withStockIcon
(String icon) Sets the icon from core's stock iconMethods in jenkins.model with parameters of type ModelObjectWithContextMenu.MenuItemModifier and TypeMethodDescriptionModelObjectWithContextMenu.ContextMenu.add
(ModelObjectWithContextMenu.MenuItem item) Adds a manually constructedModelObjectWithContextMenu.MenuItem