gitlab-kotlin
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
gitlab-kotlin
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.yaml
/
Yaml
/
Collection
Collection
sealed
class
Collection
:
Yaml
(
source
)
Inheritors
ListLiteral
MapLiteral
Members
Types
List
Literal
Link copied to clipboard
data
class
ListLiteral
(
val
children
:
List
<
Yaml
>
)
:
Yaml.Collection
Map
Literal
Link copied to clipboard
data
class
MapLiteral
(
val
contents
:
Map
<
Yaml
,
Yaml
>
)
:
Yaml.Collection
Functions
to
Yaml
Link copied to clipboard
open
override
fun
toYaml
(
)
:
Yaml
Converts this object into a Yaml object.
to
Yaml
String
Link copied to clipboard
fun
toYamlString
(
)
:
String
abstract
fun
toYamlString
(
indentation
:
Int
)
:
CharSequence