org.jenkinsci.plugins.ios.connector.cli
Class ListCommand

java.lang.Object
  extended by hudson.cli.CLICommand
      extended by org.jenkinsci.plugins.ios.connector.cli.ListCommand
All Implemented Interfaces:
hudson.ExtensionPoint, Cloneable

@Extension
public class ListCommand
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
ListCommand()
           
 
Method Summary
 String getName()
           
 String getShortDescription()
           
protected  int run()
           
 
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCurrent, 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

ListCommand

public ListCommand()
Method Detail

getName

public String getName()
Overrides:
getName in class hudson.cli.CLICommand

getShortDescription

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

run

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


Copyright © 2004-2012. All Rights Reserved.