foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli.buildkite
/
Adjustment
Adjustment
@
Serializable
data
class
Adjustment
(
val
skip
:
Skip
?
=
null
,
val
softFail
:
SoftFail
?
=
null
,
val
with
:
With
)
(
source
)
An adjustment to a Build Matrix
Members
Constructors
Adjustment
Link copied to clipboard
constructor
(
skip
:
Skip
?
=
null
,
softFail
:
SoftFail
?
=
null
,
with
:
With
)
Properties
skip
Link copied to clipboard
val
skip
:
Skip
?
=
null
soft
Fail
Link copied to clipboard
@
SerialName
(
value
=
"soft_fail"
)
val
softFail
:
SoftFail
?
=
null
with
Link copied to clipboard
val
with
:
With