Uses of Class
org.eclipse.jgit.api.CloneCommand
Packages that use CloneCommand
-
Uses of CloneCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CloneCommandModifier and TypeMethodDescriptionstatic CloneCommand
Git.cloneRepository()
Return a command object to execute aclone
commandCloneCommand.setBare
(boolean bare) Set whether the cloned repository shall be bareSet the initial branchCloneCommand.setBranchesToClone
(Collection<String> branchesToClone) Set the branches or tags to clone.CloneCommand.setCallback
(CloneCommand.Callback callback) Register a progress callback.CloneCommand.setCloneAllBranches
(boolean cloneAllBranches) Set whether all branches have to be fetched.CloneCommand.setCloneSubmodules
(boolean cloneSubmodules) Set whether to clone submodulesCloneCommand.setDirectory
(File directory) The optional directory associated with the clone operation.Set the file system abstraction to be used for repositories created by this command.Set the repository meta directory (.git)CloneCommand.setMirror
(boolean mirror) Set up a mirror of the source repository.CloneCommand.setNoCheckout
(boolean noCheckout) Set whether to skip checking out a branchCloneCommand.setNoTags()
Set the --no-tags option.CloneCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation.The remote name used to keep track of the upstream repository for the clone operation.CloneCommand.setTagOption
(TagOpt tagOption) Set the tag option used for the remote configuration explicitly.Set the URI to clone from