GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • Yaml • Collection • ListLiteral
ListLiteral¶
data class ListLiteral(val children: List<Yaml>) : Yaml.Collection
Constructors¶
ListLiteral
¶
Properties¶
children
¶
Functions¶
toYaml
¶
Converts this object into a Yaml object.
toYamlString
¶
fun toYamlString(): String
open override fun toYamlString(indentation: Int): CharSequence