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