hudson.plugins.jsgames
Class JsGamesRootAction
java.lang.Object
hudson.plugins.jsgames.JsGamesRootAction
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction
@Extension
public class JsGamesRootAction
- extends Object
- implements hudson.model.RootAction
This class allows JS Games option to appear on Jenkins dashboard menu.
- Author:
- cliffano
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsGamesRootAction
public JsGamesRootAction()
getDisplayName
public final String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
- Returns:
- the display name
getIconFileName
public final String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
- Returns:
- the icon file name
getUrlName
public final String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
- Returns:
- the URL name
getGames
public final List<Game> getGames()
- Returns:
- the list of games
Copyright © 2004-2011. All Rights Reserved.