hudson.plugins.campfire
Class Room

java.lang.Object
  extended by hudson.plugins.campfire.Room

public class Room
extends Object


Constructor Summary
Room(Campfire cf, String name, String id)
           
 
Method Summary
 String getId()
           
 String getName()
           
 void play(String sound)
           
 void speak(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Room

public Room(Campfire cf,
            String name,
            String id)
Method Detail

getName

public String getName()

getId

public String getId()

speak

public void speak(String message)
           throws IOException
Throws:
IOException

play

public void play(String sound)
          throws IOException
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.