com.atlassian.bamboo.ssh
Interface ProxyConnectionData

All Superinterfaces:
ProxyErrorReceiver

public interface ProxyConnectionData
extends ProxyErrorReceiver


Method Summary
 java.lang.String getConnectionDescription()
           
 java.security.KeyPair getKeyPair()
           
 java.lang.String getMapPathFrom()
           
 java.lang.String getMapPathTo()
           
 java.net.SocketAddress getRemoteAddress()
           
 java.lang.String getRemotePassword()
           
 java.lang.String getRemoteUserName()
           
 
Methods inherited from interface com.atlassian.bamboo.ssh.ProxyErrorReceiver
reportProxyError
 

Method Detail

getRemoteAddress

java.net.SocketAddress getRemoteAddress()

getRemoteUserName

java.lang.String getRemoteUserName()

getKeyPair

java.security.KeyPair getKeyPair()

getRemotePassword

java.lang.String getRemotePassword()

getMapPathFrom

java.lang.String getMapPathFrom()

getMapPathTo

java.lang.String getMapPathTo()

getConnectionDescription

java.lang.String getConnectionDescription()


Copyright © 2012 Atlassian. All Rights Reserved.