Exec Spec
Specified the options for executing some command.
Inheritors
Functions
Link copied to clipboard
Sets the full command line, including the executable to be executed plus its arguments.
Link copied to clipboard
Copies these options to the given target options.
Link copied to clipboard
Adds some environment variables to the environment for this process.
Adds an environment variable to the environment for this process.
Link copied to clipboard
inline fun ProcessForkOptions.environment(vararg environmentVariables: Pair<String, Any>): ProcessForkOptions
Kotlin extension function for org.gradle.process.ProcessForkOptions.environment.
Link copied to clipboard
Sets the name of the executable to use.
Link copied to clipboard
Argument providers for the application.
Link copied to clipboard
Returns the full command line, including the executable plus its arguments.
Link copied to clipboard
The environment variables to use for the process.
Link copied to clipboard
Returns the output stream to consume standard error from the process executing the command.
Link copied to clipboard
Returns the name of the executable to use.
Link copied to clipboard
Returns the standard input stream for the process executing the command.
Link copied to clipboard
Returns the output stream to consume standard output from the process executing the command.
Link copied to clipboard
Returns the working directory for the process.
Link copied to clipboard
Tells whether a non-zero exit value is ignored, or an exception thrown.
Link copied to clipboard
Sets the full command line, including the executable to be executed plus its arguments.
Link copied to clipboard
Sets the environment variable to use for the process.
Link copied to clipboard
Kotlin extension function for org.gradle.process.ProcessForkOptions.setEnvironment.
Link copied to clipboard
Sets the output stream to consume standard error from the process executing the command.
Link copied to clipboard
Sets the name of the executable to use.
Link copied to clipboard
Sets whether a non-zero exit value is ignored, or an exception thrown.
Link copied to clipboard
Sets the standard input stream for the process executing the command.
Link copied to clipboard
Sets the output stream to consume standard output from the process executing the command.
Link copied to clipboard
Sets the working directory for the process.
Link copied to clipboard
Sets the working directory for the process.