GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • YamlMapScope • addNotEmpty
addNotEmpty¶
open fun addNotEmpty(name: String, value: List<YamlExport>)
open fun addNotEmpty(name: String, value: Iterable<YamlExport>):
open fun addNotEmpty(name: String, value: Iterable<String>):
open fun addNotEmpty(name: String, value: Iterable<Long>):
open fun addNotEmpty(name: String, value: Iterable<Double>):
open fun addNotEmpty(name: String, value: Iterable<Boolean>):
open fun addNotEmpty(name: String, value: Map<Yaml, Yaml>)
open fun addNotEmpty(name: String, value: Map<String, String>)