toggle menu
foundry
jvm
switch theme
search in API
cli
/
foundry.cli.buildkite
/
Step
Step
@
Serializable
sealed
interface
Step
:
Keyable
(
source
)
Inheritors
EnumValue
CommandStepValue
InputStepValue
Members
Types
Command
Step
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
CommandStepValue
(
val
value
:
CommandStep
)
:
Step
,
Keyable
Companion
Link copied to clipboard
object
Companion
Enum
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
EnumValue
(
val
value
:
StringStep
)
:
Step
Input
Step
Value
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
InputStepValue
(
val
value
:
InputStep
)
:
Step
,
Keyable
Properties
key
Link copied to clipboard
abstract
val
key
:
String
?