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 ProxyRegistrationInfo
public int getProxyPort()
getProxyPort
in interface ProxyRegistrationInfo
@NotNull public @NotNull ProxyConnectionData getConnectionData()
getConnectionData
in interface ProxyRegistrationInfo
@NotNull public @NotNull String getProxyUserName()
getProxyUserName
in interface ProxyRegistrationInfo
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.