Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
static CloneCommand |
Git.cloneRepository()
Returns a command object to execute a
clone command |
CloneCommand |
CloneCommand.setBare(boolean bare) |
CloneCommand |
CloneCommand.setBranch(java.lang.String branch) |
CloneCommand |
CloneCommand.setBranchesToClone(java.util.Collection<java.lang.String> branchesToClone) |
CloneCommand |
CloneCommand.setCloneAllBranches(boolean cloneAllBranches) |
CloneCommand |
CloneCommand.setCloneSubmodules(boolean cloneSubmodules) |
CloneCommand |
CloneCommand.setDirectory(java.io.File directory)
The optional directory associated with the clone operation.
|
CloneCommand |
CloneCommand.setNoCheckout(boolean noCheckout) |
CloneCommand |
CloneCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
CloneCommand |
CloneCommand.setRemote(java.lang.String remote)
The remote name used to keep track of the upstream repository for the
clone operation.
|
CloneCommand |
CloneCommand.setURI(java.lang.String uri) |
Copyright © 2012. All Rights Reserved.