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

CommandType

sealed class CommandType : CompoundParam<CommandType>

Types

Build

class Build : CommandType

Other

class Other : CommandType

Push

class Push : CommandType

Inherited Properties

value

val value: String?

Functions

validate

abstract fun validate(consumer: ErrorConsumer): Unit

Inheritors

Build

class Build : CommandType

Other

class Other : CommandType

Push

class Push : CommandType