Uses of Class
org.eclipse.jgit.api.LsRemoteCommand
-
Packages that use LsRemoteCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of LsRemoteCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return LsRemoteCommand Modifier and Type Method Description LsRemoteCommandGit. lsRemote()Return a command object to execute als-remotecommandstatic LsRemoteCommandGit. lsRemoteRepository()Return a command to list remote branches/tags without a local repository.LsRemoteCommandLsRemoteCommand. setHeads(boolean heads)Include refs/heads in references resultsLsRemoteCommandLsRemoteCommand. setRemote(String remote)The remote (uri or name) used for the fetch operation.LsRemoteCommandLsRemoteCommand. setTags(boolean tags)Include refs/tags in references resultsLsRemoteCommandLsRemoteCommand. setUploadPack(String uploadPack)The full path of git-upload-pack on the remote host
-