public class iOSDevice extends Object implements Serializable, hudson.model.ModelObject
| Constructor and Description |
|---|
iOSDevice(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(File ipa,
hudson.model.TaskListener listener)
Deploys the *.ipa file to this device.
|
org.kohsuke.stapler.HttpResponse |
doDoDeploy(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.Computer |
getComputer() |
String |
getDeviceName()
The name of the device that the user set when activating the device,
such as "Kohsuke's iPhone"
|
String |
getDisplayName() |
String |
getProductTypeDisplayName()
Returns a human-readable name of the product type,
such as "iPhone 3GS", etc.
|
Properties |
getProps() |
String |
getUniqueDeviceId() |
public iOSDevice(Properties props)
public hudson.model.Computer getComputer()
public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic String getDeviceName()
public String getUniqueDeviceId()
public Properties getProps()
public String getProductTypeDisplayName()
public void deploy(File ipa, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic org.kohsuke.stapler.HttpResponse doDoDeploy(org.kohsuke.stapler.StaplerRequest req)
throws IOException
IOExceptionCopyright © 2004-2012. All Rights Reserved.