module Artifactory::Defaults::ClassMethods
Defined in:
artifactory/defaults.crInstance Method Summary
-
#access_token : String | Nil
The API Access Token for authentication
-
#api_key : String | Nil
The API Key for authentication
-
#endpoint : String
The endpoint where artifactory lives
-
#options
The list of calculated default options for the configuration.
-
#password : String | Nil
The HTTP Basic Authentication password
-
#proxy_address : String | Nil
The HTTP Proxy server address as a string
-
#proxy_password : String | Nil
The HTTP Proxy user password as a string
-
#proxy_port : Int32 | Nil
The HTTP Proxy server port as a int
-
#proxy_username : String | Nil
The HTTP Proxy server username as a string
-
#read_timeout : Int32
Number of seconds to wait for a response from Artifactory
-
#ssl_pem_file : String | Nil
The path to a pem file on disk for use with a custom SSL verification
-
#ssl_verify : Bool
Verify SSL requests (default: true)
-
#user_agent : String
The User Agent header to send along
-
#username : String | Nil
The HTTP Basic Authentication username
Instance Method Detail
def ssl_pem_file : String | Nil
#
The path to a pem file on disk for use with a custom SSL verification