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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jgit.api.CloneCommand has subclasses.
Click this link to see all its subclasses.

Constructor

CloneCommand()
Create clone command with no repository set

Method

Gitcall()

Executes the Clone command.

CloneCommandsetBare(boolean bare)
Set whether the cloned repository shall be bare
CloneCommandsetBranch(String branch)
Set the initial branch
CloneCommandsetBranchesToClone(Collection branchesToClone)
Set the branches or tags to clone.
CloneCommandsetCloneAllBranches(boolean cloneAllBranches)
Set whether all branches have to be fetched.
CloneCommandsetCloneSubmodules(boolean cloneSubmodules)
Set whether to clone submodules
CloneCommandsetDirectory(File directory)
The optional directory associated with the clone operation.
CloneCommandsetNoCheckout(boolean noCheckout)
Set whether to skip checking out a branch
CloneCommandsetProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
CloneCommandsetRemote(String remote)
The remote name used to keep track of the upstream repository for the clone operation.
CloneCommandsetURI(String uri)
Set the URI to clone from