setErrorOutput

abstract fun setErrorOutput(errorOutput: OutputStream): BaseExecSpec(source)

Sets the output stream to consume standard error from the process executing the command. The stream is closed after the process completes.

Return

this

Parameters

errorOutput

The standard output error stream for the process. Must not be null.