Package | Description |
---|---|
com.atlassian.bamboo.plugins.ssh |
Modifier and Type | Method and Description |
---|---|
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withConnectionDescription(@Nullable String connectionDescription) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withErrorReceiver(ProxyErrorReceiver receiver) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withKeyFromFile(@NotNull String filePath,
@Nullable String passphrase) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withKeyFromReader(@NotNull Reader keyReader,
@Nullable String passphrase)
Deprecated.
since 8.1 does not support key formats other than PEM
|
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withKeyFromString(String key,
@Nullable String passphrase) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withKeyPair(KeyPair keyPair) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withRemoteHost(@Nullable String host) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withRemotePassword(String password) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withRemotePathMapping(@NotNull String from,
@NotNull String to) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withRemotePort(@Nullable Integer port) |
ProxyConnectionDataBuilderImpl |
ProxyConnectionDataBuilderImpl.withRemoteUserName(String name) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.