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(pull : JSON::PullParser)
Sourcenew(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)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
bom_ref
Sourcedescription
Sourcename
Sourceproperties
Sourcesteps
Sourcetask_types
Sourceto_xml(xml : XML::Builder)
Sourceuid
Source