Package com.atlassian.bamboo.ssh
Interface ProxyConnectionData
-
- All Superinterfaces:
ProxyErrorReceiver
public interface ProxyConnectionData extends ProxyErrorReceiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConnectionDescription()
ProxyErrorReceiver
getErrorReceiver()
KeyPair
getKeyPair()
String
getMapPathFrom()
String
getMapPathTo()
SocketAddress
getRemoteAddress()
String
getRemoteHost()
String
getRemotePassword()
Integer
getRemotePort()
String
getRemoteUserName()
-
Methods inherited from interface com.atlassian.bamboo.ssh.ProxyErrorReceiver
reportProxyError
-
-
-
-
Method Detail
-
getRemoteAddress
SocketAddress getRemoteAddress()
-
getRemoteUserName
String getRemoteUserName()
-
getKeyPair
KeyPair getKeyPair()
-
getRemotePassword
String getRemotePassword()
-
getMapPathFrom
String getMapPathFrom()
-
getMapPathTo
String getMapPathTo()
-
getConnectionDescription
String getConnectionDescription()
-
getRemoteHost
String getRemoteHost()
-
getRemotePort
Integer getRemotePort()
-
getErrorReceiver
ProxyErrorReceiver getErrorReceiver()
-
-