|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneCommand | |
---|---|
org.eclipse.jgit.api | High-level API commands (the porcelain of JGit). |
Uses of CloneCommand in org.eclipse.jgit.api |
---|
Methods in org.eclipse.jgit.api that return CloneCommand | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |