com.atlassian.bamboo.plugins.ssh
Class ProxyRegistrationInfoImpl
java.lang.Object
com.atlassian.bamboo.plugins.ssh.ProxyRegistrationInfoImpl
- All Implemented Interfaces:
- ProxyRegistrationInfo
public class ProxyRegistrationInfoImpl
- extends java.lang.Object
- implements ProxyRegistrationInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyRegistrationInfoImpl
public ProxyRegistrationInfoImpl(java.lang.String proxyHost,
int proxyPort,
ProxyConnectionData connectionData,
java.lang.String proxyUserName)
getProxyHost
@NotNull
public java.lang.String getProxyHost()
- Specified by:
getProxyHost
in interface ProxyRegistrationInfo
getProxyPort
public int getProxyPort()
- Specified by:
getProxyPort
in interface ProxyRegistrationInfo
getConnectionData
@NotNull
public ProxyConnectionData getConnectionData()
- Specified by:
getConnectionData
in interface ProxyRegistrationInfo
getProxyUserName
@NotNull
public java.lang.String getProxyUserName()
- Specified by:
getProxyUserName
in interface ProxyRegistrationInfo
Copyright © 2012 Atlassian. All Rights Reserved.