toggle menu
foundry
jvm
switch theme
search in API
cli
/
foundry.cli.buildkite
/
MatrixClass
Matrix
Class
@
Serializable
data
class
MatrixClass
(
val
adjustments
:
List
<
Adjustment
>
?
=
null
,
val
setup
:
Setup
)
(
source
)
Configuration for multi-dimension Build Matrix
Members
Constructors
Matrix
Class
Link copied to clipboard
constructor
(
adjustments
:
List
<
Adjustment
>
?
=
null
,
setup
:
Setup
)
Properties
adjustments
Link copied to clipboard
val
adjustments
:
List
<
Adjustment
>
?
=
null
List of Build Matrix adjustments
setup
Link copied to clipboard
val
setup
:
Setup