public class TEDExecutionRunner extends Object
| Constructor and Description |
|---|
TEDExecutionRunner(TEDExecutionBuilder tedBuilder)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
run(Run<?,?> build,
Launcher launcher,
FilePath workspaceFilePath,
TaskListener listener) |
public TEDExecutionRunner(TEDExecutionBuilder tedBuilder)
tedBuilder - An instance of TEDExecutionBuilder containing the arguments.public boolean run(Run<?,?> build, Launcher launcher, FilePath workspaceFilePath, TaskListener listener) throws IOException, InterruptedException
build - Runlauncher - LauncherworkspaceFilePath - FilePathlistener - TaskListenerbooleanIOException - IOExceptionIOExceptionInterruptedException - InterruptedExceptionCopyright © 2016–2023. All rights reserved.