public class ProxyConnectionDataBuilderImpl extends Object implements ProxyConnectionDataBuilder
| Constructor and Description |
|---|
ProxyConnectionDataBuilderImpl() |
public ProxyConnectionDataBuilderImpl withRemoteUserName(String name)
withRemoteUserName in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withKeyFromFile(@NotNull String filePath, @Nullable String passphrase)
withKeyFromFile in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withKeyFromString(String key, @Nullable String passphrase) throws IOException
withKeyFromString in interface ProxyConnectionDataBuilderIOExceptionpublic ProxyConnectionDataBuilderImpl withRemotePathMapping(@NotNull String from, @NotNull String to)
withRemotePathMapping in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withConnectionDescription(@Nullable String connectionDescription)
withConnectionDescription in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withKeyFromReader(@NotNull Reader keyReader, @Nullable String passphrase) throws IOException
withKeyFromReader in interface ProxyConnectionDataBuilderIOExceptionpublic ProxyConnectionDataBuilderImpl withKeyPair(KeyPair keyPair)
withKeyPair in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withRemoteHost(@Nullable String host)
withRemoteHost in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withRemotePort(@Nullable Integer port)
withRemotePort in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withErrorReceiver(ProxyErrorReceiver receiver)
withErrorReceiver in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilderImpl withRemotePassword(String password)
withRemotePassword in interface ProxyConnectionDataBuilderpublic ProxyConnectionData build()
build in interface ProxyConnectionDataBuilderpublic ProxyConnectionDataBuilder withProxyConnectionData(ProxyConnectionData connectionData)
withProxyConnectionData in interface ProxyConnectionDataBuilderCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.