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