jetbrains.buildServer.configs.kotlin.v2018_1.buildSteps / DockerBuildStep / Source

Source

sealed class Source : CompoundParam<Source>

Types

Content

class Content : 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

Path

class Path : Source

Url

class Url : Source