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 |
---|---|
ProxyConnectionData |
getConnectionData() |
String |
getProxyHost() |
int |
getProxyPort() |
String |
getProxyUserName() |
public ProxyRegistrationInfoImpl(String proxyHost, int proxyPort, ProxyConnectionData connectionData, String proxyUserName)
@NotNull public String getProxyHost()
getProxyHost
in interface ProxyRegistrationInfo
public int getProxyPort()
getProxyPort
in interface ProxyRegistrationInfo
@NotNull public ProxyConnectionData getConnectionData()
getConnectionData
in interface ProxyRegistrationInfo
@NotNull public String getProxyUserName()
getProxyUserName
in interface ProxyRegistrationInfo
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.