Uses of Class
jenkins.model.ModelObjectWithContextMenu.MenuItem
-
Uses of ModelObjectWithContextMenu.MenuItem in jenkins.model
Modifier and TypeFieldDescriptionModelObjectWithContextMenu.ContextMenu.items
The actual contents of the menu.Modifier 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 iconModifier and TypeMethodDescriptionModelObjectWithContextMenu.ContextMenu.add
(ModelObjectWithContextMenu.MenuItem item) Adds a manually constructedModelObjectWithContextMenu.MenuItem