Java org.eclipse.jgit.api LsRemoteCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api LsRemoteCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api LsRemoteCommand.

The text is from its open source code.

Constructor

LsRemoteCommand(Repository repo)
Constructor for LsRemoteCommand

Method

Collectioncall()

Execute the LsRemote command with all the options and parameters collected by the setter methods (e.g.

LsRemoteCommandsetHeads(boolean heads)
Include refs/heads in references results
LsRemoteCommandsetRemote(String remote)
The remote (uri or name) used for the fetch operation.
LsRemoteCommandsetTags(boolean tags)
Include refs/tags in references results