Adds the given logger to be notified when processes are run
Adds the given logger to be notified when processes are run
the logger to add for all processes used by this runner
the local runner instance (builder pattern)
Executes the command in the provided workspace
Executes the command in the provided workspace
the command to execute
the execution response
Executes the command in the provided workspace
Executes the command in the provided workspace
the command to execute
the workspace under which the command is run
the execution response
Execute the RunProcess, returning a future of the std out
Execute the RunProcess, returning a future of the std out
the stdout as an iterator of lines in a Future which completes when the job does
Execute the command and stream the output
Execute the command and stream the output
the command to execute
a future of the iterator of results
Execute the command and stream the output
Execute the command and stream the output
the command to execute
the rest of the command line
a future of the iterator of results
a new LocalRunner which will use the logger produced by this function
Something which can execute RunProcess