public class TotalTestCTRunner extends Object
| Constructor and Description |
|---|
TotalTestCTRunner(TotalTestCTBuilder 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 Functional Test CLI
|
public TotalTestCTRunner(TotalTestCTBuilder tttBuilder)
tttBuilder - An instance of TotalTestCTBuilder 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.