environment

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