|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.jabber.im.transport.bot.AbortCommand
public class AbortCommand
Abort a running job
| Constructor Summary | |
|---|---|
AbortCommand()
|
|
| Method Summary | |
|---|---|
void |
executeCommand(JabberChat groupChat,
org.jivesoftware.smack.packet.Message message,
java.lang.String 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 AbortCommand()
| Method Detail |
|---|
public void executeCommand(JabberChat groupChat,
org.jivesoftware.smack.packet.Message message,
java.lang.String sender,
java.lang.String[] args)
throws org.jivesoftware.smack.XMPPException
BotCommand
executeCommand in interface BotCommandgroupChat - the JabberChat object, may be used to send reply messagesmessage - the original Messagesender - the room nickname of the command senderargs - arguments passed to the command, where args[0] is the command name itself
org.jivesoftware.smack.XMPPExceptionpublic 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 | |||||||||