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
sealed
class
Yaml
:
YamlExport
(
source
)
Inheritors
Scalar
Collection
Members
Types
Collection
Link copied to clipboard
sealed
class
Collection
:
Yaml
Scalar
Link copied to clipboard
sealed
class
Scalar
:
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
abstract
fun
toYamlString
(
indentation
:
Int
)
:
CharSequence