Uses of Class
org.eclipse.jgit.errors.CommandFailedException
Packages that use CommandFailedException
-
Uses of CommandFailedException in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal that throw CommandFailedExceptionModifier and TypeMethodDescriptionprivate static String
LfsConnectionFactory.discoverLfsUrl
(Repository db, String purpose, Map<String, String> additionalHeaders, String remoteUrl) private static Protocol.ExpiringAction
LfsConnectionFactory.getSshAuthentication
(Repository db, String purpose, String remoteUrl, URIish u) -
Uses of CommandFailedException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw CommandFailedExceptionModifier and TypeMethodDescriptionprivate static int
SshSupport.checkTimeout
(String command, int timeout, long since) protected 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.