hudson.plugins.jsgames.game
Interface Game

All Known Implementing Classes:
MarioKart, Tetris

public interface Game

This class provides details of a game.

Author:
cliffano

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.
 

Method Detail

getTitle

java.lang.String getTitle()
The game title, displayed on the game menu options below the game icon.

Returns:
the game title.

getId

java.lang.String getId()
The game ID, used in the URL path. E.g. /plugin/jsgames//icon.png

Returns:
the game ID


Copyright © 2010. All Rights Reserved.