jetbrains.buildServer.configs.kotlin.v2018_1.buildSteps / DockerCommandStep / CommandType / Build / Source

Source

sealed class Source : CompoundParam<Source>

Types

Content

class Content : Source

File

class File : Source

Path

class Path : Source

Url

class Url : Source

Inherited Properties

value

val value: String?

Functions

validate

abstract fun validate(consumer: ErrorConsumer): Unit

Inheritors

Content

class Content : Source

File

class File : Source

Path

class Path : Source

Url

class Url : Source