- server - Variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
- setPreamble(String...) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Sets the lines the server sends before its server identification in the
initial protocol version exchange.
- setTestUserPublicKey(Path) - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Sets the test user's public key on the server.
- SshTestGitServer - Class in org.eclipse.jgit.junit.ssh
-
A simple ssh/sftp git test server based on Apache MINA sshd.
- SshTestGitServer(String, Path, Repository, byte[]) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Creates a ssh git test server.
- start() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Starts the test server, listening on a random port.
- stop() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Stops the test server.