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.model -
-
Uses of ModelObjectWithContextMenu.ContextMenu in hudson.logging
Methods in hudson.logging that return ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenu
LogRecorderManager. 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.ContextMenu
ComputerSet. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
Job. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
Label. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
View. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
Actionable. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
ManageJenkinsAction. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
User. 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 void
ManageJenkinsAction. addContextMenuItem(ModelObjectWithContextMenu.ContextMenu menu, String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation)
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.model
Fields in jenkins.model declared as ModelObjectWithContextMenu.ContextMenu Modifier and Type Field Description ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.MenuItem. subMenu
If this is a submenu, definition of subitems.Methods in jenkins.model that return ModelObjectWithContextMenu.ContextMenu Modifier and Type Method Description ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(Action a)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(Computer c)
Adds a computerModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(Job job)
Adds a child item when rendering context menu of its parent.ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(Node n)
Adds a nodeModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String text)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String text)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String text, boolean post)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String text, boolean post, boolean requiresConfirmation)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. add(ModelObjectWithContextMenu.MenuItem item)
Adds a manually constructedModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. addAll(Collection<? extends Action> actions)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. addHeader(String title)
Add a header row (no icon, no URL, rendered in header style).ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. addSeparator()
Add a separator row (no icon, no URL, no text).ModelObjectWithContextMenu.ContextMenu
Jenkins. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithChildren. doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Generates the context menu to list up all the children.ModelObjectWithContextMenu.ContextMenu
Jenkins. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu. doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Generates the context menu.ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. from(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Default implementation of the context menu generation.ModelObjectWithContextMenu.ContextMenu
ModelObjectWithContextMenu.ContextMenu. from(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, String view)
-