Module: SpecPublishStatus
- Defined in:
- lib/gct/specification.rb
Constant Summary collapse
- PENDING =
'pending'
- WAITING =
'waiting'
- SKIPPED =
'skipped'
- MERGED =
'merged'
- DEPLOYING =
'deploying'
- SUCCESS =
'success'
- FAILED =
'failed'
- CANCELED =
'canceled'