toggle menu
foundry
jvm
switch theme
search in API
cli
/
foundry.cli.buildkite
/
Commands
Commands
@
Serializable
sealed
interface
Commands
(
source
)
Inheritors
ScriptStepValue
StringArrayValue
StringValue
Members
Types
Companion
Link copied to clipboard
object
Companion
Script
Step
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
ScriptStepValue
(
val
value
:
ScriptStep
)
:
Commands
String
Array
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
StringArrayValue
(
val
value
:
List
<
String
>
)
:
Commands
String
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
StringValue
(
val
value
:
String
)
:
Commands