|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LsRemoteCommand | |
---|---|
org.eclipse.jgit.api |
Uses of LsRemoteCommand in org.eclipse.jgit.api |
---|
Methods in org.eclipse.jgit.api that return LsRemoteCommand | |
---|---|
LsRemoteCommand |
Git.lsRemote()
Returns a command object to execute a ls-remote command |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |