public abstract class iOSAppInstallerBase
extends hudson.tasks.Builder
Modifier | Constructor and Description |
---|---|
protected |
iOSAppInstallerBase(String url,
String cloudTestServerID,
String additionalOptions) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addArgs(hudson.EnvVars envs,
hudson.util.ArgumentListBuilder args) |
String |
getAdditionalOptions() |
String |
getCloudTestServerID() |
CloudTestServer |
getServer() |
String |
getUrl() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
public String getUrl()
public String getCloudTestServerID()
public String getAdditionalOptions()
public CloudTestServer getServer()
protected abstract void addArgs(hudson.EnvVars envs, hudson.util.ArgumentListBuilder args)
public final 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.