class CycloneDX::StepCommand

Overview

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

Included Modules

Defined in:

cyclonedx/formulation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(executed : String | Nil = nil, properties : Array(Property) | Nil = nil) #

[View source]

Instance Method Detail

def executed : String | Nil #

[View source]
def properties : Array(Property) | Nil #

[View source]
def to_xml(xml : XML::Builder) #

[View source]