Uses of Class
org.eclipse.jgit.errors.CommandFailedException
Packages that use CommandFailedException
-
Uses of CommandFailedException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw CommandFailedExceptionModifier and TypeMethodDescriptionprotected static StringExecute a command and return a single line of output as a Stringprotected static StringExecute a command and return a single line of output as a Stringstatic StringSshSupport.runSshCommand(URIish sshUri, CredentialsProvider provider, FS fs, String command, int timeout) Utility to execute a remote SSH command and read the first line of output.