public class QFTestCommandLine extends ExtendedArgumentListBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
QFTestCommandLine.RunMode |
ExtendedArgumentListBuilder.PresetType| Constructor and Description |
|---|
QFTestCommandLine(String binary) |
QFTestCommandLine(String binary,
QFTestCommandLine.RunMode aMode) |
| Modifier and Type | Method and Description |
|---|---|
int |
addSuiteConfig(hudson.FilePath workspace,
Suites aSuite) |
static QFTestCommandLine |
newCommandLine(String qftestExe,
boolean isUnix,
QFTestCommandLine.RunMode aMode) |
hudson.Proc |
start(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace,
hudson.EnvVars env) |
add, getAlteredArgs, presetArg, presetArgadd, add, add, add, add, add, addKeyValuePair, addKeyValuePairs, addKeyValuePairs, addKeyValuePairsFromPropertyString, addKeyValuePairsFromPropertyString, addMasked, addMasked, addQuoted, addQuoted, addTokenized, clear, clone, hasMaskedArguments, prepend, toCommandArray, toList, toMaskArray, toString, toStringWithQuote, toWindowsCommand, toWindowsCommandpublic QFTestCommandLine(String binary, QFTestCommandLine.RunMode aMode)
public QFTestCommandLine(String binary)
public int addSuiteConfig(hudson.FilePath workspace,
Suites aSuite)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic hudson.Proc start(hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.FilePath workspace,
hudson.EnvVars env)
throws IOException
IOExceptionpublic static QFTestCommandLine newCommandLine(@Nullable String qftestExe, boolean isUnix, QFTestCommandLine.RunMode aMode) throws InterruptedException
InterruptedExceptionCopyright © 2016–2020. All rights reserved.