module Artifactory::Defaults::ClassMethods

Defined in:

artifactory/defaults.cr

Instance Method Summary

Instance Method Detail

def access_token : String | Nil #

The API Access Token for authentication


[View source]
def api_key : String | Nil #

The API Key for authentication


[View source]
def endpoint : String #

The endpoint where artifactory lives


[View source]
def options #

The list of calculated default options for the configuration.


[View source]
def password : String | Nil #

The HTTP Basic Authentication password


[View source]
def proxy_address : String | Nil #

The HTTP Proxy server address as a string


[View source]
def proxy_password : String | Nil #

The HTTP Proxy user password as a string


[View source]
def proxy_port : Int32 | Nil #

The HTTP Proxy server port as a int


[View source]
def proxy_username : String | Nil #

The HTTP Proxy server username as a string


[View source]
def read_timeout : Int32 #

Number of seconds to wait for a response from Artifactory


[View source]
def ssl_pem_file : String | Nil #

The path to a pem file on disk for use with a custom SSL verification


[View source]
def ssl_verify : Bool #

Verify SSL requests (default: true)


[View source]
def user_agent : String #

The User Agent header to send along


[View source]
def username : String | Nil #

The HTTP Basic Authentication username


[View source]