org.whitesource.teamcity.server
Class ProxySettings
java.lang.Object
org.whitesource.teamcity.server.ProxySettings
public class ProxySettings
- extends Object
POJO for storing proxy settings.
- Author:
- Edo.Shor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxySettings
public ProxySettings()
- Default constructor
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public int getPort()
setPort
public void setPort(int port)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2012 White Source. All Rights Reserved.