Uses of Class
jenkins.model.ModelObjectWithContextMenu.MenuItem
-
Packages that use ModelObjectWithContextMenu.MenuItem Package Description jenkins.model -
-
Uses of ModelObjectWithContextMenu.MenuItem in jenkins.model
Fields in jenkins.model with type parameters of type ModelObjectWithContextMenu.MenuItem Modifier and Type Field Description List<ModelObjectWithContextMenu.MenuItem>
ModelObjectWithContextMenu.ContextMenu. items
The actual contents of the menu.Methods in jenkins.model that return ModelObjectWithContextMenu.MenuItem Modifier and Type Method Description ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withContextRelativeUrl(String url)
Sets the URL by passing in a URL relative to the context path of JenkinsModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withDisplayName(ModelObject o)
ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withDisplayName(String displayName)
ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withIcon(BallColor color)
ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withIcon(String icon)
ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withIconClass(String iconClass)
ModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withStockIcon(String icon)
Sets the icon from core's stock iconModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.MenuItem. withUrl(String url)
Methods in jenkins.model with parameters of type ModelObjectWithContextMenu.MenuItem Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(ModelObjectWithContextMenu.MenuItem item)
Adds a manually constructedModelObjectWithContextMenu.MenuItem
-