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.
|
getDisplayName
ModelObjectWithContextMenu.ContextMenu doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception
Exception
Copyright © 2004–2021. All rights reserved.