Deployment Configuration
data class DeploymentConfiguration(val configFiles: List<DeploymentConfigurationConfigFile>? = null, val packageData: String? = null, val protectedFiles: List<DeploymentConfigurationProtectedFile>? = null, val rootFile: String)
Constructors
Link copied to clipboard
constructor(configFiles: List<DeploymentConfigurationConfigFile>? = null, packageData: String? = null, protectedFiles: List<DeploymentConfigurationProtectedFile>? = null, rootFile: String)
Properties
Link copied to clipboard
One or more config_file blocks as defined below.
Link copied to clipboard
Specify the package data for this configuration.
Link copied to clipboard
One or more protected_file blocks with sensitive information as defined below. If specified config_file must also be specified.