Package | Description |
---|---|
org.eclipse.jgit.lfs.internal | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 String
|
protected 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 String
|
static 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.
|