Uses of Interface
hudson.plugins.jsgames.game.Game

Packages that use Game
hudson.plugins.jsgames Provides classes for JSGames Plugin
hudson.plugins.jsgames.game This package contains the games available to be played. 
 

Uses of Game in hudson.plugins.jsgames
 

Fields in hudson.plugins.jsgames with type parameters of type Game
private static java.util.List<Game> JsGamesRootAction.games
          The list of games to be displayed on JSGames menu.
 

Methods in hudson.plugins.jsgames that return types with arguments of type Game
 java.util.List<Game> JsGamesRootAction.getGames()
           
 

Uses of Game in hudson.plugins.jsgames.game
 

Classes in hudson.plugins.jsgames.game that implement Game
 class MarioKart
          Mario Kart game details.
 class Tetris
          Tetris game details.
 



Copyright © 2010. All Rights Reserved.