Uses of Class
jenkins.model.ModelObjectWithContextMenu.ContextMenu
-
Packages that use ModelObjectWithContextMenu.ContextMenu Package Description hudson.logging hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins.jenkins.agents jenkins.model -
-
Uses of ModelObjectWithContextMenu.ContextMenu in hudson.logging
Methods in hudson.logging that return ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenuLogRecorderManager. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) -
Uses of ModelObjectWithContextMenu.ContextMenu in hudson.model
Methods in hudson.model that return ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenuComputerSet. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuJob. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuLabel. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuView. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuActionable. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuManageJenkinsAction. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuUser. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)Methods in hudson.model with parameters of type ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description voidManageJenkinsAction. addContextMenuItem(ModelObjectWithContextMenu.ContextMenu menu, String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge)Workaround to ensuring that links in context menus resolve correctly in the submenu of the top-level 'Dashboard' menu. -
Uses of ModelObjectWithContextMenu.ContextMenu in jenkins.agents
Methods in jenkins.agents that return ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenuCloudSet. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) -
Uses of ModelObjectWithContextMenu.ContextMenu in jenkins.model
Fields in jenkins.model declared as ModelObjectWithContextMenu.ContextMenu Modifier and Type Field Description ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.MenuItem. subMenuIf this is a submenu, definition of subitems.Methods in jenkins.model that return ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(Action a)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(Computer c)Adds a computerModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(Job job)Adds a child item when rendering context menu of its parent.ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(Node n)Adds a nodeModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(Cloud c)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(String url, String text)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String text)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String text, boolean post)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String text, boolean post, boolean requiresConfirmation)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. add(ModelObjectWithContextMenu.MenuItem item)Adds a manually constructedModelObjectWithContextMenu.MenuItemModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. addAll(Collection<? extends Action> actions)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. addHeader(String title)Add a header row (no icon, no URL, rendered in header style).ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. addSeparator()Add a separator row (no icon, no URL, no text).ModelObjectWithContextMenu.ContextMenuJenkins. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuModelObjectWithChildren. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)Generates the context menu to list up all the children.ModelObjectWithContextMenu.ContextMenuJenkins. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)Generates the context menu.ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. from(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)Default implementation of the context menu generation.ModelObjectWithContextMenu.ContextMenuModelObjectWithContextMenu.ContextMenu. from(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, String view)
-