Uses of Class
org.eclipse.jgit.api.Git
Packages that use Git
Package
Description
High-level API commands (the porcelain of JGit).
-
Uses of Git in org.eclipse.jgit.api
Subclasses with type arguments of type Git in org.eclipse.jgit.apiModifier and TypeClassDescriptionclassClone a repository into a new working directoryClasses in org.eclipse.jgit.api that implement interfaces with type arguments of type GitModifier and TypeClassDescriptionclassCreate an empty git repository or reinitalize an existing oneMethods in org.eclipse.jgit.api that return Git -
Uses of Git in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo with parameters of type GitModifier and TypeMethodDescriptionprivate voidRepoCommand.addSubmodule(String name, String url, String path, String revision, List<RepoProject.CopyFile> copyfiles, List<RepoProject.LinkFile> linkfiles, Git git) -
Uses of Git in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as GitMethods in org.eclipse.jgit.junit that return Git -
Uses of Git in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type Git