Module: BlockedState
- Defined in:
- lib/schema.rb
Overview
The state that the build is set to when the build is blocked by this block step
Constant Summary collapse
- Failed =
"failed".freeze
- Passed =
"passed".freeze
- Running =
"running".freeze
The state that the build is set to when the build is blocked by this block step
"failed".freeze
"passed".freeze
"running".freeze