class Artifactory::Resource::Build::Artifact

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 artifact_type : String | Nil #

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

[View source]
def md5 : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def sha1 : String | Nil #

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

[View source]