Class EnvironmentVariableSetup


  • public final class EnvironmentVariableSetup
    extends CustomSetupBase
    The custom setup of setting environment variable.
    • Constructor Detail

      • EnvironmentVariableSetup

        public EnvironmentVariableSetup()
    • Method Detail

      • variableName

        public String variableName()
        Get the variableName property: The name of the environment variable.
        Returns:
        the variableName value.
      • withVariableName

        public EnvironmentVariableSetup withVariableName​(String variableName)
        Set the variableName property: The name of the environment variable.
        Parameters:
        variableName - the variableName value to set.
        Returns:
        the EnvironmentVariableSetup object itself.
      • variableValue

        public String variableValue()
        Get the variableValue property: The value of the environment variable.
        Returns:
        the variableValue value.
      • withVariableValue

        public EnvironmentVariableSetup withVariableValue​(String variableValue)
        Set the variableValue property: The value of the environment variable.
        Parameters:
        variableValue - the variableValue value to set.
        Returns:
        the EnvironmentVariableSetup object itself.