class
CycloneDX::StepCommand
- CycloneDX::StepCommand
- Reference
- Object
Overview
A single executed command within a step. Per the schema a command is an
object ({executed, properties}), not a bare string.
Included Modules
- JSON::Serializable
Defined in:
cyclonedx/formulation.crConstructors
- .new(pull : JSON::PullParser)
- .new(executed : String | Nil = nil, properties : Array(Property) | Nil = nil)