class
CycloneDX::Lifecycle
- CycloneDX::Lifecycle
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyclonedx/models.crConstant Summary
-
VALID_PHASES =
["design", "pre-build", "build", "post-build", "operations", "discovery", "decommission"]
Constructors
- .new(pull : JSON::PullParser)
- .new(phase : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(phase : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil)
#