Package com.atlassian.bamboo.plugins.ssh
Class DefaultSshClientAndServerFactory
java.lang.Object
com.atlassian.bamboo.plugins.ssh.DefaultSshClientAndServerFactory
- All Implemented Interfaces:
SshClientAndServerFactory
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.client.SshClient
org.apache.sshd.server.SshServer
-
Field Details
-
INSTANCE
-
-
Method Details
-
createSshClient
public org.apache.sshd.client.SshClient createSshClient()- Specified by:
createSshClient
in interfaceSshClientAndServerFactory
-
createSshServer
public org.apache.sshd.server.SshServer createSshServer()- Specified by:
createSshServer
in interfaceSshClientAndServerFactory
-