Package com.atlassian.bamboo.plugins.ssh
Class ProxyRegistrationInfoImpl
java.lang.Object
com.atlassian.bamboo.plugins.ssh.ProxyRegistrationInfoImpl
- All Implemented Interfaces:
ProxyRegistrationInfo
-
Constructor Summary
ConstructorDescriptionProxyRegistrationInfoImpl
(String proxyHost, int proxyPort, ProxyConnectionData connectionData, String proxyUserName) -
Method Summary
Modifier and TypeMethodDescription@NotNull ProxyConnectionData
@NotNull String
int
@NotNull String
-
Constructor Details
-
ProxyRegistrationInfoImpl
public ProxyRegistrationInfoImpl(String proxyHost, int proxyPort, ProxyConnectionData connectionData, String proxyUserName)
-
-
Method Details
-
getProxyHost
- Specified by:
getProxyHost
in interfaceProxyRegistrationInfo
-
getProxyPort
public int getProxyPort()- Specified by:
getProxyPort
in interfaceProxyRegistrationInfo
-
getConnectionData
- Specified by:
getConnectionData
in interfaceProxyRegistrationInfo
-
getProxyUserName
- Specified by:
getProxyUserName
in interfaceProxyRegistrationInfo
-