Uses of Class
org.eclipse.jgit.errors.CommandFailedException
-
Packages that use CommandFailedException Package Description org.eclipse.jgit.lfs.internal org.eclipse.jgit.util Utility classes. -
-
Uses of CommandFailedException in org.eclipse.jgit.lfs.internal
Methods in org.eclipse.jgit.lfs.internal that throw CommandFailedException Modifier and Type Method Description private static java.lang.String
LfsConnectionFactory. discoverLfsUrl(Repository db, java.lang.String purpose, java.util.Map<java.lang.String,java.lang.String> additionalHeaders, java.lang.String remoteUrl)
private static Protocol.ExpiringAction
LfsConnectionFactory. getSshAuthentication(Repository db, java.lang.String purpose, java.lang.String remoteUrl, URIish u)
-
Uses of CommandFailedException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw CommandFailedException Modifier and Type Method Description protected static java.lang.String
FS. readPipe(java.io.File dir, java.lang.String[] command, java.lang.String encoding)
Execute a command and return a single line of output as a Stringprotected static java.lang.String
FS. readPipe(java.io.File dir, java.lang.String[] command, java.lang.String encoding, java.util.Map<java.lang.String,java.lang.String> env)
Execute a command and return a single line of output as a Stringstatic java.lang.String
SshSupport. runSshCommand(URIish sshUri, CredentialsProvider provider, FS fs, java.lang.String command, int timeout)
Utility to execute a remote SSH command and read the first line of output.
-