foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli.buildkite
/
StepBuilder
Step
Builder
interface
StepBuilder
(
source
)
Inheritors
GroupBuilder
Members
Properties
steps
Link copied to clipboard
abstract
val
steps
:
List
<
Step
>
Functions
add
Step
Link copied to clipboard
open
fun
addStep
(
step
:
CommandStep
)
abstract
fun
addStep
(
step
:
Step
)
command
Step
Link copied to clipboard
abstract
fun
commandStep
(
block
:
CommandStepBuilder
.
(
)
->
Unit
)
:
CommandStep
step
Link copied to clipboard
abstract
fun
step
(
step
:
Step
)