public class ITest
extends hudson.tasks.CommandInterpreter
Modifier and Type | Class and Description |
---|---|
static class |
ITest.Descriptor |
Modifier and Type | Field and Description |
---|---|
String |
dbCustomTag |
String |
paramFile |
String |
params |
String |
projects |
String |
testbed |
String |
testcases |
boolean |
testReportRequired |
String |
workspace |
Constructor and Description |
---|
ITest(String workspace,
String projects,
String testcases,
String testbed,
String params,
String paramFile,
boolean testReportRequired,
String dbCustomTag) |
Modifier and Type | Method and Description |
---|---|
String[] |
buildCommandLine(hudson.FilePath script) |
protected String |
getContents() |
protected String |
getFileExtension() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
createScriptFile, getCommand, join, perform
all, getDescriptor, getRequiredMonitorService, prebuild
public final String workspace
public final String projects
public final String testcases
public final String testbed
public final String params
public final String paramFile
public final boolean testReportRequired
public final String dbCustomTag
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.CommandInterpreter
protected String getContents()
getContents
in class hudson.tasks.CommandInterpreter
protected String getFileExtension()
getFileExtension
in class hudson.tasks.CommandInterpreter
public String[] buildCommandLine(hudson.FilePath script)
buildCommandLine
in class hudson.tasks.CommandInterpreter
Copyright © 2016–2018. All rights reserved.