Interface EnvironmentVariables
-
@Deprecated public interface EnvironmentVariablesDeprecated.Environment variables for the task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods 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 Detail
-
asMap
java.util.Map<java.lang.String,java.lang.String> asMap()
Deprecated.- Returns:
- A map (key-value pairs) of the environment variables.
-
writeTo
void writeTo(Console console)
Deprecated.Write the environment variables to aConsole.- Parameters:
console- to write
-
secureEnvSpecifier
Console.SecureEnvVarSpecifier secureEnvSpecifier()
Deprecated.- Returns:
- the
Console.SecureEnvVarSpecifier
-
-