Environment Variable Deployment Location
class EnvironmentVariableDeploymentLocation @JvmOverloads constructor(environmentVariableName: String, environmentVariableLoader: EnvironmentVariableLoader = EnvironmentVariableLoader.real) : DeploymentLocation
Provides a deployment location id from the environment variable value.
Constructors
Link copied to clipboard
constructor(environmentVariableName: String, environmentVariableLoader: EnvironmentVariableLoader = EnvironmentVariableLoader.real)