public class MakeAppTouchTestable
extends hudson.tasks.Builder
Modifier and Type | Class and Description |
---|---|
static class |
MakeAppTouchTestable.DescriptorImpl |
Constructor and Description |
---|
MakeAppTouchTestable(String url,
String cloudTestServerID,
String inputType,
String projectFile,
String target,
String launchURL,
boolean backupModifiedFiles,
String additionalOptions,
String javaOptions) |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalOptions() |
boolean |
getBackupModifiedFiles() |
String |
getCloudTestServerID() |
com.soasta.jenkins.MakeAppTouchTestable.InputType |
getInputType() |
String |
getJavaOptions() |
String |
getLaunchURL() |
String |
getProjectFile() |
CloudTestServer |
getServer() |
String |
getTarget() |
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 com.soasta.jenkins.MakeAppTouchTestable.InputType getInputType()
public String getProjectFile()
public String getTarget()
public String getLaunchURL()
public boolean getBackupModifiedFiles()
public String getAdditionalOptions()
public String getJavaOptions()
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.