foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli.buildkite
/
Pipeline
Pipeline
@
Serializable
data
class
Pipeline
(
val
steps
:
List
<
GroupStep
>
,
val
agents
:
Agents
?
=
null
,
val
env
:
Map
<
String
,
String
>
?
=
null
,
val
notify
:
List
<
Notification
>
?
=
null
)
(
source
)
Members
Constructors
Pipeline
Link copied to clipboard
constructor
(
steps
:
List
<
GroupStep
>
,
agents
:
Agents
?
=
null
,
env
:
Map
<
String
,
String
>
?
=
null
,
notify
:
List
<
Notification
>
?
=
null
)
Properties
agents
Link copied to clipboard
val
agents
:
Agents
?
=
null
env
Link copied to clipboard
val
env
:
Map
<
String
,
String
>
?
=
null
notify
Link copied to clipboard
val
notify
:
List
<
Notification
>
?
=
null
steps
Link copied to clipboard
val
steps
:
List
<
GroupStep
>
A list of steps