class CycloneDX::Workflow

Included Modules

Defined in:

cyclonedx/formulation.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(uid : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, tasks : Array(Task) | Nil = nil, properties : Array(Property) | Nil = nil, bom_ref : String | Nil = nil) #

[View source]

Instance Method Detail

def bom_ref : String | Nil #

[View source]
def description : String | Nil #

[View source]
def name : String | Nil #

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

[View source]
def tasks : Array(Task) | Nil #

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

[View source]
def uid : String | Nil #

[View source]