Package com.cloudogu.scmmanager
Class SshConnection
java.lang.Object
com.cloudogu.scmmanager.SshConnection
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
connect
(SSHAuthentication authentication) com.trilead.ssh2.Connection
-
Method Details
-
getConnection
public com.trilead.ssh2.Connection getConnection() -
mustGetRepository
-
getRepository
-
connect
-
command
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-