public class iOSSimulatorLauncher
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
iOSSimulatorLauncher.DescriptorImpl |
Constructor and Description |
---|
iOSSimulatorLauncher(String url,
String cloudTestServerID,
String app,
String sdk,
String family) |
Modifier and Type | Method and Description |
---|---|
String |
getApp() |
String |
getCloudTestServerID() |
String |
getFamily() |
String |
getSdk() |
CloudTestServer |
getServer() |
String |
getUrl() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
all, getDescriptor, getRequiredMonitorService, prebuild
public String getUrl()
public String getCloudTestServerID()
public String getApp()
public String getSdk()
public String getFamily()
public CloudTestServer getServer()
public Object readResolve() throws IOException
IOException
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2004-2016. All Rights Reserved.