Uses of Class
org.eclipse.jgit.api.LsRemoteCommand

Packages that use LsRemoteCommand
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
 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
 



Copyright © 2013. All Rights Reserved.