Uses of Class
org.eclipse.jgit.api.CloneCommand
-
Packages that use CloneCommand Package Description 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 Modifier and Type Method Description static CloneCommandGit. cloneRepository()Returns a command object to execute aclonecommandCloneCommandCloneCommand. setBare(boolean bare)CloneCommandCloneCommand. setBranch(String branch)CloneCommandCloneCommand. setBranchesToClone(Collection<String> branchesToClone)CloneCommandCloneCommand. setCloneAllBranches(boolean cloneAllBranches)CloneCommandCloneCommand. setCloneSubmodules(boolean cloneSubmodules)CloneCommandCloneCommand. setDirectory(File directory)The optional directory associated with the clone operation.CloneCommandCloneCommand. setGitDir(File gitDir)CloneCommandCloneCommand. setNoCheckout(boolean noCheckout)CloneCommandCloneCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the clone operation.CloneCommandCloneCommand. setRemote(String remote)The remote name used to keep track of the upstream repository for the clone operation.CloneCommandCloneCommand. setURI(String uri)
-