SuppliedEnvVar

Maps an supplied (function-resolved) environment variable.

Constructors

Link copied to clipboard
constructor(name: String, supplier: Supplier<String?>)

Properties

Link copied to clipboard
open val isPresent: Boolean

Indicate whether a value can be resolved for this env var.

Link copied to clipboard
open override val name: String

Name for the environment variable.

Link copied to clipboard

Source type for this environment variable; governs how a value is resolved.

Link copied to clipboard
open override val value: String?

Value for the environment variable; if evaluated to null, the variable is skipped.