StepBuilder

interface StepBuilder(source)

Inheritors

Properties

Link copied to clipboard
abstract val steps: List<Step>

Functions

Link copied to clipboard
open fun addStep(step: CommandStep)
abstract fun addStep(step: Step)
Link copied to clipboard
abstract fun commandStep(block: CommandStepBuilder.() -> Unit): CommandStep
Link copied to clipboard
abstract fun step(step: Step)