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