Uses of Class
com.atlassian.bamboo.plugins.ssh.ProxyConnectionDataBuilderImpl
-
Uses of ProxyConnectionDataBuilderImpl in com.atlassian.bamboo.plugins.ssh
Modifier and TypeMethodDescriptionProxyConnectionDataBuilderImpl.withConnectionDescription
(@Nullable String connectionDescription) ProxyConnectionDataBuilderImpl.withErrorReceiver
(ProxyErrorReceiver receiver) ProxyConnectionDataBuilderImpl.withKeyFromFile
(@NotNull String filePath, @Nullable String passphrase) ProxyConnectionDataBuilderImpl.withKeyFromReader
(@NotNull Reader keyReader, @Nullable String passphrase) Deprecated.since 8.1 does not support key formats other than PEMProxyConnectionDataBuilderImpl.withKeyFromString
(String key, @Nullable String passphrase) ProxyConnectionDataBuilderImpl.withKeyPair
(KeyPair keyPair) ProxyConnectionDataBuilderImpl.withRemoteHost
(@Nullable String host) ProxyConnectionDataBuilderImpl.withRemotePassword
(String password) ProxyConnectionDataBuilderImpl.withRemotePathMapping
(@NotNull String from, @NotNull String to) ProxyConnectionDataBuilderImpl.withRemotePort
(@Nullable Integer port) ProxyConnectionDataBuilderImpl.withRemoteUserName
(String name)