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 StringLfsConnectionFactory.discoverLfsUrl(Repository db, String purpose, Map<String, String> additionalHeaders, String remoteUrl) private static Protocol.ExpiringActionLfsConnectionFactory.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 intSshSupport.checkTimeout(String command, int timeout, long since) protected 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.