class

CycloneDX::Task

Inherits JSON::Serializable / Reference / Object

Constants

VALID_TASK_TYPES = ["copy", "clone", "lint", "scan", "merge", "build", "test", "deliver", "deploy", "release", "clean", "other"]

Constructors

new(uid : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, task_types : Array(String) | Nil = nil, steps : Array(TaskStep) | Nil = nil, properties : Array(Property) | Nil = nil, bom_ref : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bom_ref
Source
description
Source
name
Source
properties
Source
steps
Source
task_types
Source
to_xml(xml : XML::Builder)
Source