GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • Yaml • Collection • MapLiteral
MapLiteral¶
data class MapLiteral(val contents: Map<Yaml, Yaml>) : Yaml.Collection
Constructors¶
MapLiteral¶
constructor(vararg child: ERROR CLASS: Symbol not found for Pair)
constructor(contents: List<ERROR CLASS: Symbol not found for Pair>)
Properties¶
contents¶
Functions¶
toYaml¶
Converts this object into a Yaml object.
toYamlString¶
fun toYamlString(): String
open override fun toYamlString(indentation: Int): CharSequence