Skip to content

GitLab CI Kotlin DSLopensavvy.gitlab.ci.yamlYamlCollectionListLiteral

ListLiteral

data class ListLiteral(val children: List<Yaml>) : Yaml.Collection

Constructors

ListLiteral

constructor(vararg child: Yaml)

constructor(children: List<Yaml>)

Properties

children

Functions

toYaml

open override fun toYaml(): Yaml

Converts this object into a Yaml object.

toYamlString

open override fun toYamlString(indentation: Int): CharSequence