public class AscentialTestCmdLineBuilder extends Builder implements SimpleBuildStep
Modifier and Type | Class and Description |
---|---|
static class |
AscentialTestCmdLineBuilder.DescriptorImpl |
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
BUILDERS, PUBLISHERS
Constructor and Description |
---|
AscentialTestCmdLineBuilder(String installPath,
String projectPath,
String projectName,
String runTypeName,
String ATCommandLine,
String AtReportsCommandLine,
String runType,
Boolean report1,
Boolean report2,
Boolean report3,
Boolean report4,
String exportDir,
String reportFormat,
String summaryAttribute,
String outputLevel,
Boolean email,
String checkoutURL,
String checkoutPath,
String checkoutRev,
Boolean runOnlyFailed,
String queryExpression,
String testArgs,
String targetComputers) |
Modifier and Type | Method and Description |
---|---|
ArgumentListBuilder |
getATCommandLine(FilePath workspace) |
ArgumentListBuilder |
getATCommandLineForRunTypeTest(FilePath workspace) |
ArgumentListBuilder |
getAtReports1CommandLine() |
ArgumentListBuilder |
getAtReports2CommandLine() |
ArgumentListBuilder |
getAtReports3CommandLine() |
ArgumentListBuilder |
getAtReports4CommandLine() |
String |
getcheckoutPath() |
String |
getcheckoutRev() |
String |
getcheckoutURL() |
Boolean |
getemail() |
String |
getexportDir() |
String |
getinstallPath() |
String |
getoutputLevel() |
String |
getprojectName() |
String |
getprojectPath() |
String |
getqueryExpression() |
Boolean |
getreport1() |
Boolean |
getreport2() |
Boolean |
getreport3() |
Boolean |
getreport4() |
String |
getreportFormat() |
Boolean |
getrunOnlyFailed() |
String |
getrunType() |
String |
getrunTypeName() |
String |
getsummaryAttribute() |
String |
gettargetComputers() |
String |
gettestArgs() |
void |
perform(Run<?,?> run,
FilePath workspace,
Launcher launcher,
TaskListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuild
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild
@DataBoundConstructor public AscentialTestCmdLineBuilder(String installPath, String projectPath, String projectName, String runTypeName, String ATCommandLine, String AtReportsCommandLine, String runType, Boolean report1, Boolean report2, Boolean report3, Boolean report4, String exportDir, String reportFormat, String summaryAttribute, String outputLevel, Boolean email, String checkoutURL, String checkoutPath, String checkoutRev, Boolean runOnlyFailed, String queryExpression, String testArgs, String targetComputers)
public String getinstallPath()
public String getprojectPath()
public String getprojectName()
public String getrunType()
public String getrunTypeName()
public Boolean getreport1()
public Boolean getreport2()
public Boolean getreport3()
public Boolean getreport4()
public String getexportDir()
public String getreportFormat()
public String getsummaryAttribute()
public String getoutputLevel()
public Boolean getemail()
public String getcheckoutURL()
public String getcheckoutPath()
public String getcheckoutRev()
public Boolean getrunOnlyFailed()
public String getqueryExpression()
public String gettestArgs()
public String gettargetComputers()
public ArgumentListBuilder getATCommandLine(FilePath workspace)
public ArgumentListBuilder getATCommandLineForRunTypeTest(FilePath workspace)
public ArgumentListBuilder getAtReports1CommandLine()
public ArgumentListBuilder getAtReports2CommandLine()
public ArgumentListBuilder getAtReports3CommandLine()
public ArgumentListBuilder getAtReports4CommandLine()
@DataBoundSetter public void perform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener) throws InterruptedException, IOException
perform
in interface SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2020. All rights reserved.