Package | Description |
---|---|
jenkins.model |
Modifier and Type | Field and Description |
---|---|
List<ModelObjectWithContextMenu.MenuItem> |
ModelObjectWithContextMenu.ContextMenu.items
The actual contents of the menu.
|
Modifier and Type | Method and Description |
---|---|
ModelObjectWithContextMenu.MenuItem |
ModelObjectWithContextMenu.MenuItem.withContextRelativeUrl(String url)
Sets the URL by passing in a URL relative to the context path of Jenkins
|
ModelObjectWithContextMenu.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 icon
|
ModelObjectWithContextMenu.MenuItem |
ModelObjectWithContextMenu.MenuItem.withUrl(String url) |
Modifier and Type | Method and Description |
---|---|
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.ContextMenu.add(ModelObjectWithContextMenu.MenuItem item)
Adds a manually constructed
ModelObjectWithContextMenu.MenuItem |
Copyright © 2004–2022. All rights reserved.