Uses of Class
org.eclipse.jgit.api.LsRemoteCommand
Packages that use LsRemoteCommand
-
Uses of LsRemoteCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return LsRemoteCommandModifier and TypeMethodDescriptionGit.lsRemote()
Return a command object to execute als-remote
commandstatic LsRemoteCommand
Git.lsRemoteRepository()
Return a command to list remote branches/tags without a local repository.LsRemoteCommand.setHeads
(boolean heads) Include refs/heads in references resultsThe remote (uri or name) used for the fetch operation.LsRemoteCommand.setTags
(boolean tags) Include refs/tags in references resultsLsRemoteCommand.setUploadPack
(String uploadPack) The full path of git-upload-pack on the remote host