GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • Yaml • Collection
Collection¶
Types¶
ListLiteral
¶
data class ListLiteral(val children: List<Yaml>) : Yaml.Collection
MapLiteral
¶
data class MapLiteral(val contents: Map<Yaml, Yaml>) : Yaml.Collection
Functions¶
toYaml
¶
Converts this object into a Yaml object.
toYamlString
¶
fun toYamlString(): String
abstract fun toYamlString(indentation: Int): CharSequence