api / org.gradle.tooling / LongRunningOperation / setStandardInput

setStandardInput

abstract fun setStandardInput(inputStream: InputStream): LongRunningOperation

Sets the java.io.InputStream that will be used as standard input for this operation. Defaults to an empty input stream.

Parameters

inputStream - The input stream

Return
this

Since
1.0-milestone-8