Uses of Class
org.eclipse.jgit.errors.CommandFailedException
-
Packages that use CommandFailedException Package Description org.eclipse.jgit.util Utility classes. -
-
Uses of CommandFailedException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw CommandFailedException Modifier and Type Method Description protected static StringFS. readPipe(File dir, String[] command, String encoding)Execute a command and return a single line of output as a Stringprotected static StringFS. readPipe(File dir, String[] command, String encoding, Map<String,String> env)Execute 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.
-