|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
Creates a new connection. |
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(Bot bot,
IMChat chat,
IMMessage message,
Sender sender,
java.lang.String[] args)
|
void |
QueueCommand.executeCommand(Bot bot,
IMChat chat,
IMMessage message,
Sender sender,
java.lang.String[] args)
|
abstract void |
BotCommand.executeCommand(Bot bot,
IMChat chat,
IMMessage message,
Sender sender,
java.lang.String[] args)
Execute a command. |
void |
Bot.HelpCommand.executeCommand(Bot bot,
IMChat groupChat,
IMMessage message,
Sender sender,
java.lang.String[] args)
|
void |
AbstractTextSendingCommand.executeCommand(Bot bot,
IMChat chat,
IMMessage message,
Sender sender,
java.lang.String[] args)
Execute a command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||