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, performall, getDescriptor, getRequiredMonitorService, prebuildpublic 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.BuildStepperform in class hudson.tasks.CommandInterpreterprotected String getContents()
getContents in class hudson.tasks.CommandInterpreterprotected String getFileExtension()
getFileExtension in class hudson.tasks.CommandInterpreterpublic String[] buildCommandLine(hudson.FilePath script)
buildCommandLine in class hudson.tasks.CommandInterpreterCopyright © 2016–2018. All rights reserved.