public class MobileStudioTestBuilder extends hudson.tasks.Builder implements jenkins.tasks.SimpleBuildStep, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
MobileStudioTestBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
MobileStudioTestBuilder(String mobileStudioRunnerPath,
String msgServer,
String deviceId,
String projectRoot,
String testPath,
boolean testAsUnit) |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId() |
String |
getMobileStudioRunnerPath() |
String |
getMsgServer() |
String |
getProjectRoot() |
String |
getTestPath() |
boolean |
isTestAsUnit() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setDeviceId(String deviceId) |
void |
setMsgServer(String msgServer) |
void |
setProjectRoot(String projectRoot) |
void |
setTestAsUnit(boolean testAsUnit) |
void |
setTestPath(String testPath) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
public void perform(@Nonnull hudson.model.Run<?,?> run, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
public String getTestPath()
public void setTestPath(String testPath)
public String getMobileStudioRunnerPath()
public boolean isTestAsUnit()
@DataBoundSetter public void setTestAsUnit(boolean testAsUnit)
public String getProjectRoot()
@DataBoundSetter public void setProjectRoot(String projectRoot)
public String getMsgServer()
@DataBoundSetter public void setMsgServer(String msgServer)
public String getDeviceId()
@DataBoundSetter public void setDeviceId(String deviceId)
Copyright © 2016–2018. All rights reserved.