class

CycloneDX::StepCommand

Inherits JSON::Serializable / Reference / Object

A single executed command within a step. Per the schema a command is an object ({executed, properties}), not a bare string.

Constructors

new(executed : String | Nil = nil, properties : Array(Property) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

executed
Source
properties
Source
to_xml(xml : XML::Builder)
Source