class Artifactory::Resource::Build::LicenseControl

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 auto_discover : Bool | Nil #

[View source]
def auto_discover=(auto_discover : Bool | Nil) #

[View source]
def include_published_artifacts : Bool | Nil #

[View source]
def include_published_artifacts=(include_published_artifacts : Bool | Nil) #

[View source]
def license_violations_recipients_list : String | Nil #

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

[View source]
def run_checks : Bool | Nil #

[View source]
def run_checks=(run_checks : Bool | Nil) #

[View source]
def scopes_list : String | Nil #

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

[View source]