environment

open fun environment(name: String, value: Any): T(source)

Adds an environment variable to the environment for this process.


open fun environment(environmentVariables: Map<String, out Any>): T(source)

Adds some environment variables to the environment for this process.