Class Buildr::Options::Proxies
In: lib/buildr/core/environment.rb  (CVS)
Parent: Object

Wraps around the proxy environment variables:

Methods

exclude   exclude=   http   http=   https   https=  

Public Instance methods

Returns list of hosts to exclude from proxying (NO_PROXY).

Sets list of hosts to exclude from proxy (NO_PROXY). Accepts host name, array of names, or nil to clear the list.

Returns the HTTP_PROXY URL.

Sets the HTTP_PROXY URL.

Returns the HTTPS_PROXY URL.

Sets the HTTPS_PROXY URL.

[Validate]