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
- Run
launcher
- Launcher
workspaceFilePath
- FilePath
listener
- TaskListener
boolean
IOException
- IOException
IOExceptionInterruptedException
- InterruptedException
Copyright © 2016–2023. All rights reserved.