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