Uses of Class
com.atlassian.bamboo.plugins.ssh.ProxyConnectionDataBuilderImpl

Packages that use ProxyConnectionDataBuilderImpl
com.atlassian.bamboo.plugins.ssh   
 

Uses of ProxyConnectionDataBuilderImpl in com.atlassian.bamboo.plugins.ssh
 

Methods in com.atlassian.bamboo.plugins.ssh that return ProxyConnectionDataBuilderImpl
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withConnectionDescription(java.lang.String connectionDescription)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withErrorReceiver(ProxyErrorReceiver receiver)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withKeyFromFile(java.lang.String filePath, java.lang.String passphrase)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withKeyFromReader(java.io.Reader keyReader, java.lang.String passphrase)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withKeyFromString(java.lang.String key, java.lang.String passphrase)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withKeyPair(java.security.KeyPair keyPair)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withRemoteHost(java.lang.String host)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withRemotePassword(java.lang.String password)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withRemotePathMapping(java.lang.String from, java.lang.String to)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withRemotePort(java.lang.Integer port)
           
 ProxyConnectionDataBuilderImpl ProxyConnectionDataBuilderImpl.withRemoteUserName(java.lang.String name)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.