public class TestStudioTestBuilder extends hudson.tasks.Builder implements jenkins.tasks.SimpleBuildStep, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TestStudioTestBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
TestStudioTestBuilder(String artOfTestRunnerPath,
String projectRoot,
String testPath,
boolean testAsUnit,
String outputPath,
String settingsPath,
String dateFormat) |
Modifier and Type | Method and Description |
---|---|
String |
getArtOfTestRunnerPath() |
String |
getDateFormat() |
String |
getOutputPath() |
String |
getProjectRoot() |
String |
getSettingsPath() |
String |
getTestPath() |
boolean |
isTestAsUnit() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setDateFormat(String dateFormat) |
void |
setOutputPath(String outputPath) |
void |
setProjectRoot(String projectRoot) |
void |
setSettingsPath(String settingsPath) |
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 getArtOfTestRunnerPath()
public String getSettingsPath()
public void setSettingsPath(String settingsPath)
public boolean isTestAsUnit()
@DataBoundSetter public void setTestAsUnit(boolean testAsUnit)
public String getDateFormat()
public void setDateFormat(String dateFormat)
public String getProjectRoot()
@DataBoundSetter public void setProjectRoot(String projectRoot)
public String getOutputPath()
@DataBoundSetter public void setOutputPath(String outputPath)
Copyright © 2016–2018. All rights reserved.