class Artifactory::Resource::Build::Dependency

Included Modules

Defined in:

artifactory/resources/build.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def dependency_type : String | Nil #

[View source]
def dependency_type=(dependency_type : String | Nil) #

[View source]
def id : String | Nil #

[View source]
def id=(id : String | Nil) #

[View source]
def md5 : String | Nil #

[View source]
def md5=(md5 : String | Nil) #

[View source]
def scopes : Array(String) #

[View source]
def scopes=(scopes : Array(String)) #

[View source]
def sha1 : String | Nil #

[View source]
def sha1=(sha1 : String | Nil) #

[View source]