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 String
Execute a command and return a single line of output as a Stringprotected static String
Execute a command and return a single line of output as a Stringstatic String
SshSupport.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.