|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.im.bot.QueueCommand
public class QueueCommand
Queue command for the jabber bot.
| Constructor Summary | |
|---|---|
QueueCommand()
|
|
| Method Summary | |
|---|---|
void |
executeCommand(IMChat chat,
IMMessage message,
Sender sender,
java.lang.String[] args)
Execute a command. |
java.lang.String |
getHelp()
Return the command usage text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueCommand()
| Method Detail |
|---|
public void executeCommand(IMChat chat,
IMMessage message,
Sender sender,
java.lang.String[] args)
throws IMException
BotCommand
executeCommand in interface BotCommandchat - the IMChat object, may be used to send reply messagesmessage - the original IMMessagesender - the command senderargs - arguments passed to the command, where args[0] is the command name itself
IMExceptionpublic java.lang.String getHelp()
BotCommand
getHelp in interface BotCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||