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

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.HealthCommand
All Implemented Interfaces:
BotCommand

public class HealthCommand
extends JobOverviewCommand

Displays the health for one or several jobs.

Author:
kutzi

Constructor Summary
HealthCommand()
           
 
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

HealthCommand

public HealthCommand()
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.