Uses of Class
hudson.plugins.im.IMException

Packages that use IMException
hudson.plugins.im   
hudson.plugins.im.bot   
 

Uses of IMException in hudson.plugins.im
 

Methods in hudson.plugins.im that throw IMException
abstract  IMConnection IMConnectionProvider.createConnection()
           
protected abstract  IMConnection IMPublisher.getIMConnection()
           
 void IMConnection.send(IMMessageTarget target, java.lang.String text)
          Sends a Message-Text to an IMMessageTarget (aka a User ;).
 void IMChat.sendMessage(java.lang.String message)
          Sends a message to the chat.
 void IMConnection.setPresence(IMPresence presence, java.lang.String statusMessage)
          Sets the current connection's presence to a protocol specific adaption of the given presence parameter.
 

Uses of IMException in hudson.plugins.im.bot
 

Methods in hudson.plugins.im.bot that throw IMException
 void SetAliasCommand.AliasCommand.executeCommand(IMChat chat, IMMessage message, java.lang.String sender, java.lang.String[] args)
           
 void QueueCommand.executeCommand(IMChat chat, IMMessage message, java.lang.String sender, java.lang.String[] args)
           
 void BuildCommand.executeCommand(IMChat chat, IMMessage message, java.lang.String sender, java.lang.String[] args)
           
 void BotCommand.executeCommand(IMChat chat, IMMessage message, java.lang.String sender, java.lang.String[] args)
          Execute a command.
 void AbstractTextSendingCommand.executeCommand(IMChat chat, IMMessage message, java.lang.String sender, java.lang.String[] args)
          Execute a command.
 



Copyright © 2010. All Rights Reserved.