org.jenkinsci.plugins.commands
Class ShowLogIMCommand

java.lang.Object
  extended by hudson.plugins.im.bot.BotCommand
      extended by hudson.plugins.im.bot.AbstractTextSendingCommand
          extended by org.jenkinsci.plugins.commands.ShowLogIMCommand
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension(optional=true)
public class ShowLogIMCommand
extends hudson.plugins.im.bot.AbstractTextSendingCommand


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ShowLogIMCommand()
           
 
Method Summary
 Collection<String> getCommandNames()
           
 String getHelp()
           
protected  String getReply(hudson.plugins.im.bot.Bot bot, hudson.plugins.im.Sender sender, String[] args)
           
 
Methods inherited from class hudson.plugins.im.bot.AbstractTextSendingCommand
executeCommand, getErrorReply, getJobProvider
 
Methods inherited from class hudson.plugins.im.bot.BotCommand
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowLogIMCommand

public ShowLogIMCommand()
Method Detail

getReply

protected String getReply(hudson.plugins.im.bot.Bot bot,
                          hudson.plugins.im.Sender sender,
                          String[] args)
Specified by:
getReply in class hudson.plugins.im.bot.AbstractTextSendingCommand

getCommandNames

public Collection<String> getCommandNames()
Specified by:
getCommandNames in class hudson.plugins.im.bot.BotCommand

getHelp

public String getHelp()
Specified by:
getHelp in class hudson.plugins.im.bot.BotCommand


Copyright © 2004-2012. All Rights Reserved.