Skip to content

GitLab CI Kotlin DSLopensavvy.gitlab.ci.yaml

Package-level declarations

Lightweight embedded implementation of a Yaml serializer.

Types

Yaml

sealed class Yaml : YamlExport

Functions

yaml

fun yaml(value: Boolean?): Yaml.Scalar
fun yaml(value: Double?): Yaml.Scalar
fun yaml(value: Long?): Yaml.Scalar
fun yaml(value: String?): Yaml.Scalar
fun yaml(value: YamlExport): Yaml

yamlList

fun yamlList(vararg values: YamlExport): 
fun yamlList(values: List<String>): 
fun yamlList(values: List<YamlExport>): 
fun yamlList(values: Set<YamlExport>): 
fun yamlList(values: Set<Yaml>): 

yamlMap