org.whitesource.teamcity.server
Class ProxySettings

java.lang.Object
  extended by org.whitesource.teamcity.server.ProxySettings

public class ProxySettings
extends Object

POJO for storing proxy settings.

Author:
Edo.Shor

Constructor Summary
ProxySettings()
          Default constructor
 
Method Summary
 String getHost()
           
 String getPassword()
           
 int getPort()
           
 String getUsername()
           
 void setHost(String host)
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxySettings

public ProxySettings()
Default constructor

Method Detail

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.