jenkins.plugins.ui_samples
Class NavigationContextMenu
java.lang.Object
jenkins.plugins.ui_samples.UISample
jenkins.plugins.ui_samples.NavigationContextMenu
- All Implemented Interfaces:
- ExtensionPoint, Action, Describable<UISample>, ModelObject, ModelObjectWithContextMenu
@Extension
public class NavigationContextMenu
- extends UISample
- implements ModelObjectWithContextMenu
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationContextMenu
public NavigationContextMenu()
getDescription
public String getDescription()
- Description copied from class:
UISample
- Returns a paragraph of natural text that describes this sample.
Interpreted as HTML.
- Specified by:
getDescription in class UISample
doContextMenu
public ModelObjectWithContextMenu.ContextMenu doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
- This method is called via AJAX to obtain the context menu for this model object.
- Specified by:
doContextMenu in interface ModelObjectWithContextMenu
- Throws:
Exception
Copyright © 2004-2012. All Rights Reserved.