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
/
Depends
Depends
data
class
Depends
(
val
job
:
Job
,
val
artifacts
:
Boolean
,
val
optional
:
Boolean
)
:
YamlExport
(
source
)
Members
Constructors
Depends
Link copied to clipboard
constructor
(
job
:
Job
,
artifacts
:
Boolean
,
optional
:
Boolean
)
Properties
artifacts
Link copied to clipboard
val
artifacts
:
Boolean
job
Link copied to clipboard
val
job
:
Job
optional
Link copied to clipboard
val
optional
:
Boolean
Functions
to
Yaml
Link copied to clipboard
open
override
fun
toYaml
(
)
:
Yaml.Collection.MapLiteral
Converts this object into a Yaml object.