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

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

@Extension
public class DeployCommand
extends hudson.cli.CLICommand

CLI command to deploy IPA files.


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String device
           
 List<String> files
           
 
Fields inherited from class hudson.cli.CLICommand
channel, locale, stderr, stdin, stdout, TRANSPORT_AUTHENTICATION
 
Constructor Summary
DeployCommand()
           
 
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
 

Field Detail

device

public String device

files

public List<String> files
Constructor Detail

DeployCommand

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