|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.im.bot.AbstractTextSendingCommand
hudson.plugins.im.bot.BuildCommand
public class BuildCommand
Build command for the instant messaging bot.
| Constructor Summary | |
|---|---|
BuildCommand(java.lang.String imId)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
Return the command usage text. |
java.lang.String |
getReply(Sender sender,
java.lang.String[] args)
Gets the text reply |
| Methods inherited from class hudson.plugins.im.bot.AbstractTextSendingCommand |
|---|
executeCommand, getErrorReply, getJobProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildCommand(java.lang.String imId)
imId - An identifier describing the Im account used to send the build command.
E.g. the Jabber ID of the Bot.| Method Detail |
|---|
public java.lang.String getReply(Sender sender,
java.lang.String[] args)
AbstractTextSendingCommand
getReply in class AbstractTextSendingCommandsender - 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 | |||||||||