component-installation-plugin / com.intershop.gradle.component.installation.extension / InstallationExtension / environment

environment

var environment: Set<String>

Environment configuration of the installation. This set of strings will be compared with the configuration of component items.

Getter

Environment configuration of the installation. This set of strings will be compared with the configuration of component items.

Setter

Environment configuration of the installation. This set of strings will be compared with the configuration of component items.

fun environment(config: String): Unit

Add an environment configuration to the set of configuration strings.

Parameters

config - environment configuration.