hudson.plugins.ui_samples
Class Root

java.lang.Object
  extended by hudson.plugins.ui_samples.Root
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public class Root
extends Object
implements hudson.model.RootAction

Entry point to all the UI samples.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
Root()
           
 
Method Summary
 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 hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getDynamic

public UISample getDynamic(String name)

getAll

public List<UISample> getAll()


Copyright © 2004-2011. All Rights Reserved.