|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.jabber.im.transport.bot.AbstractTextSendingCommand
hudson.plugins.jabber.im.transport.bot.SnackCommand
public class SnackCommand
Give the bot a snack! (this is really more to familiarize myself with working with Hudson/jabber
| Constructor Summary | |
|---|---|
SnackCommand()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
Return the command usage text. |
protected java.lang.String |
getReply(java.lang.String sender,
java.lang.String[] args)
Gets the text reply |
| Methods inherited from class hudson.plugins.jabber.im.transport.bot.AbstractTextSendingCommand |
|---|
executeCommand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnackCommand()
| Method Detail |
|---|
protected java.lang.String getReply(java.lang.String sender,
java.lang.String[] args)
AbstractTextSendingCommand
getReply in class AbstractTextSendingCommandsender - the room nickname of the command senderargs - arguments passed to the command, where args[0] is the command name itselfpublic java.lang.String getHelp()
BotCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||