jetbrains.buildServer.configs.kotlin.v10 / Dependency / artifacts

artifacts

var artifacts: ArtifactDependency?

Artifact dependency settings or null if there should be no artifact dependency

fun artifacts(init: ArtifactDependency.() -> Unit): Unit

Configures artifact dependency. When this block is missing, no artifact dependency will be added.

Parameters

init - function to initialize dependency