hudson.plugins.jsgames
Class JsGamesRootAction

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JsGamesRootAction()
           
 
Method Summary
 String getDisplayName()
           
 List<Game> getGames()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsGamesRootAction

public JsGamesRootAction()
Method Detail

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.