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
yaml
fun
yaml
(
value
:
String
)
:
Yaml.Scalar.StringLiteral
(
source
)
fun
yaml
(
value
:
Long
)
:
Yaml.Scalar.IntegerLiteral
(
source
)
fun
yaml
(
value
:
Double
)
:
Yaml.Scalar.FloatingLiteral
(
source
)
fun
yaml
(
value
:
Boolean
)
:
Yaml.Scalar.BooleanLiteral
(
source
)
fun
yaml
(
value
:
String
?
)
:
Yaml.Scalar
(
source
)
fun
yaml
(
value
:
Long
?
)
:
Yaml.Scalar
(
source
)
fun
yaml
(
value
:
Double
?
)
:
Yaml.Scalar
(
source
)
fun
yaml
(
value
:
Boolean
?
)
:
Yaml.Scalar
(
source
)
fun
yaml
(
value
:
Nothing
?
)
:
Yaml.Scalar.NullLiteral
(
source
)
fun
yaml
(
value
:
YamlExport
)
:
Yaml
(
source
)