Package com.atlassian.bamboo.plugins.ssh
Interface SshClientAndServerFactory
- All Known Implementing Classes:
AtlassianSshClientAndServerFactory
,DefaultSshClientAndServerFactory
public interface SshClientAndServerFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.client.SshClient
org.apache.sshd.server.SshServer
-
Method Details
-
createSshServer
org.apache.sshd.server.SshServer createSshServer() -
createSshClient
org.apache.sshd.client.SshClient createSshClient()
-