GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • Yaml
Yaml¶
Types¶
Collection
¶
sealed class Collection : Yaml
Scalar
¶
Functions¶
toYaml
¶
Converts this object into a Yaml object.
toYamlString
¶
fun toYamlString(): String
abstract fun toYamlString(indentation: Int): CharSequence