saker.standard Documentation TaskDoc JavaDoc Packages
Gets the value of a build environment user parameter. The task queries the value of a build environment user parameter that was specified when creating the build environment. If the environment parameter doesn't exists, or specified without a value, the Default argument will be returned. If the environment parameter value is failed to be determined, an exception is thrown. The name is always resolved from the build environment that is used to execute the build. Corresponds to the -EU command line flag.
Summary
Parameters
DefaultSpecifies the value to be returned if the build environment user parameter is not found for the specified name, or is mapped to null.
Name
Required parameter.
Specifies the name of the build environment user parameter.
Parameters
Specifies the value to be returned if the build environment user parameter is not found for the specified name, or is mapped to null.
Required parameter.
Specifies the name of the build environment user parameter.