Uses of Class
com.atlassian.bamboo.plugins.hg.ProxyConnectionDataBuilder

Packages that use ProxyConnectionDataBuilder
com.atlassian.bamboo.plugins.hg   
 

Uses of ProxyConnectionDataBuilder in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg that return ProxyConnectionDataBuilder
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withErrorReceiver(ProxyErrorReceiver receiver)
           
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withKeyFromFile(java.lang.String filePath, java.lang.String passphrase)
           
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withKeyFromReader(java.io.Reader keyReader, java.lang.String passphrase)
           
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withKeyFromString(java.lang.String key, java.lang.String passphrase)
           
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withRemoteAddress(java.lang.String host, int port)
           
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withRemotePassword(java.lang.String password)
           
 ProxyConnectionDataBuilder ProxyConnectionDataBuilder.withRemoteUserName(java.lang.String name)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.