Interface EnvironmentVariables
@Deprecated
public interface EnvironmentVariables
Deprecated.
Environment variables for the task.
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>asMap()Deprecated.Console.SecureEnvVarSpecifiersecureEnvSpecifier()Deprecated.voidwriteTo(Console console)Deprecated.Write the environment variables to aConsole.
-
Method Details
-
asMap
java.util.Map<java.lang.String,java.lang.String> asMap()Deprecated.- Returns:
- A map (key-value pairs) of the environment variables.
-
writeTo
Deprecated.Write the environment variables to aConsole.- Parameters:
console- to write
-
secureEnvSpecifier
Console.SecureEnvVarSpecifier secureEnvSpecifier()Deprecated.- Returns:
- the
Console.SecureEnvVarSpecifier
-