hudson.plugins.jsgames.game
Class Tetris

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

public class Tetris
extends java.lang.Object
implements Game

Tetris game details.

Author:
cliffano

Constructor Summary
Tetris()
           
 
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

Tetris

public Tetris()
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.