public interface ModelObjectWithChildren extends ModelObject
ModelObject that has the children context menu in the breadcrumb.
The children context menu is to show all the immediate children that this model object owns, thereby providing quicker navigation to ancestors' siblings in the breadcrumb.
ModelObjectWithContextMenu| Modifier and Type | Method and Description |
|---|---|
ModelObjectWithContextMenu.ContextMenu |
doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Generates the context menu to list up all the children.
|
getDisplayNameModelObjectWithContextMenu.ContextMenu doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception
ExceptionCopyright © 2019. All rights reserved.