public class ProxyRegistrationInfoImpl extends Object implements ProxyRegistrationInfo
| Constructor and Description |
|---|
ProxyRegistrationInfoImpl(String proxyHost,
int proxyPort,
ProxyConnectionData connectionData,
String proxyUserName) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ProxyConnectionData |
getConnectionData() |
@NotNull String |
getProxyHost() |
int |
getProxyPort() |
@NotNull String |
getProxyUserName() |
public ProxyRegistrationInfoImpl(String proxyHost, int proxyPort, ProxyConnectionData connectionData, String proxyUserName)
@NotNull public @NotNull String getProxyHost()
getProxyHost in interface ProxyRegistrationInfopublic int getProxyPort()
getProxyPort in interface ProxyRegistrationInfo@NotNull public @NotNull ProxyConnectionData getConnectionData()
getConnectionData in interface ProxyRegistrationInfo@NotNull public @NotNull String getProxyUserName()
getProxyUserName in interface ProxyRegistrationInfoCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.