jenkins.plugins.ui_samples
Class Root
java.lang.Object
jenkins.plugins.ui_samples.Root
- All Implemented Interfaces:
- ExtensionPoint, Action, ModelObject, RootAction, ModelObjectWithContextMenu
@Extension
public class Root
- extends Object
- implements RootAction, ModelObjectWithContextMenu
Entry point to all the UI samples.
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
Root()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Root
public Root()
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface Action- Specified by:
getDisplayName in interface ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface Action
getDynamic
public UISample getDynamic(String name)
getAll
public List<UISample> getAll()
doContextMenu
public ModelObjectWithContextMenu.ContextMenu doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
- Specified by:
doContextMenu in interface ModelObjectWithContextMenu
- Throws:
Exception
Copyright © 2004-2012. All Rights Reserved.