Package com.atlassian.bamboo.plugins.ssh
Class DefaultSshClientAndServerFactory
- java.lang.Object
-
- com.atlassian.bamboo.plugins.ssh.DefaultSshClientAndServerFactory
-
- All Implemented Interfaces:
SshClientAndServerFactory
public class DefaultSshClientAndServerFactory extends Object implements SshClientAndServerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultSshClientAndServerFactory
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.client.SshClient
createSshClient()
org.apache.sshd.server.SshServer
createSshServer()
-
-
-
Field Detail
-
INSTANCE
public static final DefaultSshClientAndServerFactory INSTANCE
-
-
Method Detail
-
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
-
-