Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
LsRemoteCommand |
Git.lsRemote()
Return a command object to execute a
ls-remote command |
static LsRemoteCommand |
Git.lsRemoteRepository()
Return a command to list remote branches/tags without a local repository.
|
LsRemoteCommand |
LsRemoteCommand.setHeads(boolean heads)
Include refs/heads in references results
|
LsRemoteCommand |
LsRemoteCommand.setRemote(String remote)
The remote (uri or name) used for the fetch operation.
|
LsRemoteCommand |
LsRemoteCommand.setTags(boolean tags)
Include refs/tags in references results
|
LsRemoteCommand |
LsRemoteCommand.setUploadPack(String uploadPack)
The full path of git-upload-pack on the remote host
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.