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) |
hudson.util.FormValidation |
doTestExecutablePath(String rtPath) |
hudson.util.FormValidation |
doTestLicenseServerConnection(String lsIPAddress,
String lsPort) |
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.CommandInterpreterpublic hudson.util.FormValidation doTestExecutablePath(@QueryParameter
String rtPath)
public hudson.util.FormValidation doTestLicenseServerConnection(@QueryParameter
String lsIPAddress,
@QueryParameter
String lsPort)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected 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.