INPUT_OBJECT
BuildRunStepInput
link GraphQL Schema definition
- input BuildRunStepInput {
- # Build run id the build step pertains to
- ID! :
- # Finish time of the build step
- DateTime :
- # Url to download the logs associated to this step
- String :
- # Name of the build step
- String! :
- # Project id the build run step pertains to
- String! :
- # Sequence of the steps
- Int! :
- # Start time of the build step
- DateTime :
- # Current known state of the build step
- BuildStepState! :
- }