com.atlassian.bamboo.plugins.hg.sshproxy
Interface ProxyConnectionData

All Superinterfaces:
ProxyErrorReceiver

public interface ProxyConnectionData
extends ProxyErrorReceiver


Method Summary
 java.security.KeyPair getKeyPair()
           
 java.net.SocketAddress getRemoteAddress()
           
 java.lang.String getRemotePassword()
           
 java.lang.String getRemoteUserName()
           
 
Methods inherited from interface com.atlassian.bamboo.plugins.hg.sshproxy.ProxyErrorReceiver
reportProxyError
 

Method Detail

getRemoteAddress

java.net.SocketAddress getRemoteAddress()

getRemoteUserName

java.lang.String getRemoteUserName()

getKeyPair

java.security.KeyPair getKeyPair()

getRemotePassword

java.lang.String getRemotePassword()


Copyright © 2010 Atlassian. All Rights Reserved.