Interface EnvironmentVariables


@Deprecated
public interface EnvironmentVariables
Deprecated.
Environment variables for the task.
  • 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

      void writeTo​(Console console)
      Deprecated.
      Write the environment variables to a Console.
      Parameters:
      console - to write
    • secureEnvSpecifier

      Console.SecureEnvVarSpecifier secureEnvSpecifier()
      Deprecated.
      Returns:
      the Console.SecureEnvVarSpecifier