public class ScriptCreator extends Object
| Constructor and Description |
|---|
ScriptCreator(ArrayList<Suites> suitefield,
String qfPath,
String qfPathUnix,
boolean customPathSelected,
boolean customReportsSelected,
boolean daemonSelected,
String customPath,
String customReports,
String daemonhost,
String daemonport,
boolean isUnix,
hudson.EnvVars envVars,
hudson.model.BuildListener listener,
hudson.model.AbstractBuild build)
CTOR
|
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.CommandInterpreter |
getScript()
Returns the commandInterpreter
|
public ScriptCreator(ArrayList<Suites> suitefield, String qfPath, String qfPathUnix, boolean customPathSelected, boolean customReportsSelected, boolean daemonSelected, String customPath, String customReports, String daemonhost, String daemonport, boolean isUnix, hudson.EnvVars envVars, hudson.model.BuildListener listener, hudson.model.AbstractBuild build)
suitefield - Contains name of testsuites and their command line argumentsqfPath - global path for Windows jobsqfPathUnix - global path for Unix jobscustomPathSelected - if specific QF-Test version should be usedcustomReportsSelected - if custom report directory should be useddaemonSelected - If daemon should be calledcustomPath - Path to specific QF-Test directory for a jobcustomReports - Reports will now be saved in WORKSPACE/customReports instead
of WORKSPACE/qftestJenkinsReportsdaemonhost - Daemonhostdaemonport - DaemonportisUnix - envVars - listener - build - Copyright © 2016–2018. All rights reserved.