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