org.jenkinsci.plugins.commands
Class ShowLogCommand

java.lang.Object
  extended by hudson.cli.CLICommand
      extended by org.jenkinsci.plugins.commands.ShowLogCommand
All Implemented Interfaces:
hudson.ExtensionPoint, Cloneable

@Extension
public class ShowLogCommand
extends hudson.cli.CLICommand


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.cli.CLICommand
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION
 
Constructor Summary
ShowLogCommand()
           
 
Method Summary
protected  int getBuildNumber()
           
protected  hudson.model.AbstractProject<?,?> getJob()
           
protected  int getMaxLines()
           
 String getShortDescription()
           
protected  int run()
           
 
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, getName, getTransportAuthentication, loadStoredAuthentication, main, printUsage, printUsageSummary, registerOptionHandlers, setTransportAuth, shouldPerformAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowLogCommand

public ShowLogCommand()
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class hudson.cli.CLICommand

getBuildNumber

protected int getBuildNumber()

getMaxLines

protected int getMaxLines()

getJob

protected hudson.model.AbstractProject<?,?> getJob()

run

protected int run()
           throws Exception
Specified by:
run in class hudson.cli.CLICommand
Throws:
Exception


Copyright © 2004-2012. All Rights Reserved.