org.jfrog.build.client
Class ProxyConfiguration

java.lang.Object
  extended by org.jfrog.build.client.ProxyConfiguration
All Implemented Interfaces:
java.io.Serializable

public class ProxyConfiguration
extends java.lang.Object
implements java.io.Serializable

Holds proxy configuration data.

See Also:
Serialized Form

Field Summary
 java.lang.String host
           
 java.lang.String password
           
 int port
           
 java.lang.String username
           
 
Constructor Summary
ProxyConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host

port

public int port

username

public java.lang.String username

password

public java.lang.String password
Constructor Detail

ProxyConfiguration

public ProxyConfiguration()