toggle menu
foundry
jvm
switch theme
search in API
cli
/
foundry.cli.buildkite
/
Pipeline
Pipeline
@
Serializable
data
class
Pipeline
(
val
steps
:
List
<
GroupStep
>
,
val
agents
:
Agents
?
=
null
,
val
env
:
JsonObject
?
=
null
,
val
notify
:
List
<
Notification
>
?
=
null
)
(
source
)
Members
Constructors
Pipeline
Link copied to clipboard
constructor
(
steps
:
List
<
GroupStep
>
,
agents
:
Agents
?
=
null
,
env
:
JsonObject
?
=
null
,
notify
:
List
<
Notification
>
?
=
null
)
Properties
agents
Link copied to clipboard
val
agents
:
Agents
?
=
null
env
Link copied to clipboard
val
env
:
JsonObject
?
=
null
notify
Link copied to clipboard
val
notify
:
List
<
Notification
>
?
=
null
steps
Link copied to clipboard
val
steps
:
List
<
GroupStep
>
A list of steps