jetbrains.buildServer.configs.kotlin.v10.buildSteps / BuildStepPlaceholder

BuildStepPlaceholder

open class BuildStepPlaceholder : BuildStep

Base class for a build step placeholder. Build step placeholder is used in a build configuration template to indicate where the build steps of a configuration will go when it is attached to the template.

See Also

placeholder

Constructors

<init>

BuildStepPlaceholder(init: BuildStepPlaceholder.() -> Unit = {}, base: BuildStepPlaceholder? = null)

Inherited Properties

conditions

var conditions: BuildStepConditions

Optional collection of build step execution conditions

enabled

var enabled: Boolean

Specifies whether the step is enabled

executionMode

var executionMode: ExecutionMode

Build step execution mode

id

var id: String?

Id of the step, if not specified will be generated

name

var name: String

Build step name

type

var type: String

Build step type

Inherited Functions

conditions

fun conditions(base: BuildStepConditions? = null, init: BuildStepConditions.() -> Unit = {}): Unit

Configures build step conditions