foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli.buildkite
/
GroupBuilder
Group
Builder
class
GroupBuilder
(
val
name
:
String
,
var
key
:
String
?
=
null
)
:
StepBuilder
(
source
)
Members
Constructors
Group
Builder
Link copied to clipboard
constructor
(
name
:
String
,
key
:
String
?
=
null
)
Properties
key
Link copied to clipboard
var
key
:
String
?
name
Link copied to clipboard
val
name
:
String
steps
Link copied to clipboard
open
override
val
steps
:
List
<
Step
>
Functions
add
Step
Link copied to clipboard
open
override
fun
addStep
(
step
:
CommandStep
)
open
override
fun
addStep
(
step
:
Step
)
build
Link copied to clipboard
fun
build
(
)
:
NestedBlockStepClass
command
Step
Link copied to clipboard
open
override
fun
commandStep
(
block
:
CommandStepBuilder
.
(
)
->
Unit
)
:
CommandStep
step
Link copied to clipboard
open
override
fun
step
(
step
:
Step
)