hudson.plugins.jabber.im.transport.bot
Class StatusCommand

java.lang.Object
  extended by hudson.plugins.jabber.im.transport.bot.AbstractTextSendingCommand
      extended by hudson.plugins.jabber.im.transport.bot.JobOverviewCommand
          extended by hudson.plugins.jabber.im.transport.bot.StatusCommand
All Implemented Interfaces:
BotCommand

public class StatusCommand
extends JobOverviewCommand

Job/project status command for the jabber bot

Author:
Pascal Bleser

Constructor Summary
StatusCommand()
           
 
Method Summary
protected  java.lang.String getCommandShortName()
           
protected  java.lang.CharSequence getMessageForJob(hudson.model.AbstractProject<?,?> project)
           
 
Methods inherited from class hudson.plugins.jabber.im.transport.bot.JobOverviewCommand
getHelp, getReply
 
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

StatusCommand

public StatusCommand()
Method Detail

getMessageForJob

protected java.lang.CharSequence getMessageForJob(hudson.model.AbstractProject<?,?> project)
Specified by:
getMessageForJob in class JobOverviewCommand

getCommandShortName

protected java.lang.String getCommandShortName()
Specified by:
getCommandShortName in class JobOverviewCommand


Copyright © 2009. All Rights Reserved.