hudson.plugins.jsgames.game
Class MarioKart

java.lang.Object
  extended by hudson.plugins.jsgames.game.MarioKart
All Implemented Interfaces:
Game

public class MarioKart
extends java.lang.Object
implements Game

Mario Kart game details.

Author:
cliffano

Constructor Summary
MarioKart()
           
 
Method Summary
 java.lang.String getId()
          The game ID, used in the URL path.
 java.lang.String getTitle()
          The game title, displayed on the game menu options below the game icon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarioKart

public MarioKart()
Method Detail

getId

public final java.lang.String getId()
Description copied from interface: Game
The game ID, used in the URL path. E.g. /plugin/jsgames//icon.png

Specified by:
getId in interface Game
Returns:
game ID

getTitle

public final java.lang.String getTitle()
Description copied from interface: Game
The game title, displayed on the game menu options below the game icon.

Specified by:
getTitle in interface Game
Returns:
game title


Copyright © 2010. All Rights Reserved.