Uses of Interface
com.atlassian.bamboo.ssh.ProxyConnectionDataBuilder
-
Uses of ProxyConnectionDataBuilder in com.atlassian.bamboo.plugins.ssh
Modifier and TypeMethodDescription@NotNull ProxyConnectionDataBuilder
SshProxyServiceImpl.createProxyConnectionDataBuilder()
ProxyConnectionDataBuilderImpl.withProxyConnectionData
(ProxyConnectionData connectionData) -
Uses of ProxyConnectionDataBuilder in com.atlassian.bamboo.ssh
Modifier and TypeMethodDescription@NotNull ProxyConnectionDataBuilder
SshProxyService.createProxyConnectionDataBuilder()
ProxyConnectionDataBuilder.withConnectionDescription
(@Nullable String connectionReason) ProxyConnectionDataBuilder.withErrorReceiver
(ProxyErrorReceiver receiver) ProxyConnectionDataBuilder.withKeyFromFile
(@NotNull String filePath, @Nullable String passphrase) ProxyConnectionDataBuilder.withKeyFromReader
(@NotNull Reader keyReader, @Nullable String passphrase) ProxyConnectionDataBuilder.withKeyFromString
(String key, @Nullable String passphrase) ProxyConnectionDataBuilder.withKeyPair
(KeyPair keyPair) ProxyConnectionDataBuilder.withProxyConnectionData
(ProxyConnectionData connectionData) ProxyConnectionDataBuilder.withRemoteHost
(@Nullable String host) ProxyConnectionDataBuilder.withRemotePassword
(String password) ProxyConnectionDataBuilder.withRemotePathMapping
(@NotNull String from, @NotNull String to) ProxyConnectionDataBuilder.withRemotePort
(@Nullable Integer port) ProxyConnectionDataBuilder.withRemoteUserName
(String name)