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
/
MapLiteral
Map
Literal
data
class
MapLiteral
(
val
contents
:
Map
<
Yaml
,
Yaml
>
)
:
Yaml.Collection
(
source
)
Members
Constructors
Map
Literal
Link copied to clipboard
constructor
(
vararg
child
:
<Error class: unknown class>
<
Yaml
,
Yaml
>
)
constructor
(
contents
:
List
<
<Error class: unknown class>
<
Yaml
,
Yaml
>
>
)
constructor
(
contents
:
Map
<
Yaml
,
Yaml
>
)
Properties
contents
Link copied to clipboard
val
contents
:
Map
<
Yaml
,
Yaml
>
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
open
override
fun
toYamlString
(
indentation
:
Int
)
:
CharSequence