toggle menu
foundry
jvm
switch theme
search in API
cli
/
foundry.cli.buildkite
/
Skip
Skip
@
Serializable
sealed
interface
Skip
(
source
)
Whether this step should be skipped. You can specify a reason for using a string.
Inheritors
BoolValue
StringValue
Members
Types
Bool
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
BoolValue
(
val
value
:
Boolean
)
:
Skip
String
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
StringValue
(
val
value
:
String
)
:
Skip