Uses of Class
jenkins.model.ModelObjectWithContextMenu.ContextMenu
Packages that use ModelObjectWithContextMenu.ContextMenu
-
Uses of ModelObjectWithContextMenu.ContextMenu in hudson.logging
Methods in hudson.logging that return ModelObjectWithContextMenu.ContextMenuModifier and TypeMethodDescriptionLogRecorderManager.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) -
Uses of ModelObjectWithContextMenu.ContextMenu in hudson.model
Methods in hudson.model that return ModelObjectWithContextMenu.ContextMenuModifier and TypeMethodDescriptionComputerSet.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Job.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Job.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Deprecated.Label.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) View.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Actionable.doContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Actionable.doContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Deprecated.ManageJenkinsAction.doContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) User.doContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Methods in hudson.model with parameters of type ModelObjectWithContextMenu.ContextMenuModifier and TypeMethodDescriptionvoid
ManageJenkinsAction.addContextMenuItem
(ModelObjectWithContextMenu.ContextMenu menu, String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge, String message) 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.ContextMenuModifier and TypeMethodDescriptionCloudSet.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) -
Uses of ModelObjectWithContextMenu.ContextMenu in jenkins.model
Fields in jenkins.model declared as ModelObjectWithContextMenu.ContextMenuModifier and TypeFieldDescriptionModelObjectWithContextMenu.MenuItem.subMenu
If this is a submenu, definition of subitems.Methods in jenkins.model that return ModelObjectWithContextMenu.ContextMenuModifier and TypeMethodDescriptionDeprecated.useadd(IComputer)
instead.Adds a child item when rendering context menu of its parent.Adds a nodeModelObjectWithContextMenu.ContextMenu.add
(String url, String icon, String text, boolean post, boolean requiresConfirmation) ModelObjectWithContextMenu.ContextMenu.add
(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation) ModelObjectWithContextMenu.ContextMenu.add
(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge) ModelObjectWithContextMenu.ContextMenu.add
(String url, String icon, String iconXml, String text, boolean post, boolean requiresConfirmation, Badge badge, String message) Adds aIComputer
instance.ModelObjectWithContextMenu.ContextMenu.add
(ModelObjectWithContextMenu.MenuItem item) Adds a manually constructedModelObjectWithContextMenu.MenuItem
ModelObjectWithContextMenu.ContextMenu.addAll
(Collection<? extends Action> actions) Add a header row (no icon, no URL, rendered in header style).ModelObjectWithContextMenu.ContextMenu.addSeparator()
Add a separator row (no icon, no URL, no text).Jenkins.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) ModelObjectWithChildren.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Generates the context menu to list up all the children.ModelObjectWithChildren.doChildrenContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) Jenkins.doContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) ModelObjectWithContextMenu.doContextMenu
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Generates the context menu.ModelObjectWithContextMenu.doContextMenu
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) ModelObjectWithContextMenu.ContextMenu.from
(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) Default implementation of the context menu generation.ModelObjectWithContextMenu.ContextMenu.from
(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response, String view) ModelObjectWithContextMenu.ContextMenu.from
(ModelObjectWithContextMenu self, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
Job.doChildrenContextMenu(StaplerRequest2, StaplerResponse2)