hudson.plugins.im.bot
Class Bot

java.lang.Object
  extended by hudson.plugins.im.bot.Bot
All Implemented Interfaces:
IMMessageListener

public class Bot
extends java.lang.Object
implements IMMessageListener

Instant messaging bot.

Author:
Pascal Bleser, kutzi

Constructor Summary
Bot(IMChat chat, java.lang.String nick, java.lang.String imServer, java.lang.String commandPrefix, AuthenticationHolder authentication)
           
 
Method Summary
 void onMessage(IMMessage msg)
           
 void shutdown()
          Called on Hudson shutdown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bot

public Bot(IMChat chat,
           java.lang.String nick,
           java.lang.String imServer,
           java.lang.String commandPrefix,
           AuthenticationHolder authentication)
Method Detail

onMessage

public void onMessage(IMMessage msg)
Specified by:
onMessage in interface IMMessageListener

shutdown

public void shutdown()
Called on Hudson shutdown.



Copyright © 2010. All Rights Reserved.