Package | Description |
---|---|
hudson.logging | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
ModelObjectWithContextMenu.ContextMenu |
LogRecorderManager.doChildrenContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
Modifier and Type | Method and Description |
---|---|
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 |
ComputerSet.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 |
User.doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
ModelObjectWithContextMenu.ContextMenu |
Actionable.doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
Modifier and Type | Field and Description |
---|---|
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.MenuItem.subMenu
If this is a submenu, definition of subitems.
|
Modifier and Type | Method and Description |
---|---|
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.ContextMenu.add(Action a) |
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.ContextMenu.add(Computer c)
Adds a computer
|
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.ContextMenu.add(Job job)
Adds a child item when rendering context menu of its parent.
|
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.ContextMenu.add(ModelObjectWithContextMenu.MenuItem item)
Adds a manually constructed
ModelObjectWithContextMenu.MenuItem |
ModelObjectWithContextMenu.ContextMenu |
ModelObjectWithContextMenu.ContextMenu.add(Node n)
Adds a node
|
ModelObjectWithContextMenu.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.addAll(Collection<? extends Action> actions) |
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.doChildrenContextMenu(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 |
Jenkins.doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
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) |
Copyright © 2016. All rights reserved.