public class TotalTestRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TOPAZ_CLI_WORKSPACE |
| Constructor and Description |
|---|
TotalTestRunner(TotalTestBuilder tttBuilder)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
run(hudson.model.Run<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspaceFilePath,
hudson.model.TaskListener listener)
Runs the Total Test Unit Test CLI
|
public static final String TOPAZ_CLI_WORKSPACE
public TotalTestRunner(TotalTestBuilder tttBuilder)
tttBuilder - An instance of TotalTestBuilder containing the arguments.public boolean run(hudson.model.Run<?,?> build,
hudson.Launcher launcher,
hudson.FilePath workspaceFilePath,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
build - The current running Jenkins buildlauncher - The machine that the files will be checked out.workspaceFilePath - a directory to check out the source code.listener - Build listenerboolean if the build was successfulIOException - If an error occurred execute Total Test run.InterruptedException - If the Total Test run was interrupted.Copyright © 2016–2025. All rights reserved.