com.atlassian.bamboo.plugins.ssh
Class ProxyRegistrationInfoImpl

java.lang.Object
  extended by com.atlassian.bamboo.plugins.ssh.ProxyRegistrationInfoImpl
All Implemented Interfaces:
ProxyRegistrationInfo

public class ProxyRegistrationInfoImpl
extends java.lang.Object
implements ProxyRegistrationInfo


Constructor Summary
ProxyRegistrationInfoImpl(java.lang.String proxyHost, int proxyPort, ProxyConnectionData connectionData, java.lang.String proxyUserName)
           
 
Method Summary
 ProxyConnectionData getConnectionData()
           
 java.lang.String getProxyHost()
           
 int getProxyPort()
           
 java.lang.String getProxyUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyRegistrationInfoImpl

public ProxyRegistrationInfoImpl(java.lang.String proxyHost,
                                 int proxyPort,
                                 ProxyConnectionData connectionData,
                                 java.lang.String proxyUserName)
Method Detail

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.