jenkins.plugins.ui_samples
Class Root

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.MenuItem
 
Constructor Summary
Root()
           
 
Method Summary
 ModelObjectWithContextMenu.ContextMenu doContextMenu(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 List<UISample> getAll()
           
 String getDisplayName()
           
 UISample getDynamic(String name)
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Root

public Root()
Method Detail

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.