Uses of Class
org.eclipse.jgit.api.Git
-
Packages that use Git Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.gitrepo org.eclipse.jgit.pgm -
-
Uses of Git in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return Git Modifier and Type Method Description Git
CloneCommand. call()
Git
InitCommand. call()
static Git
Git. open(java.io.File dir)
Open repositorystatic Git
Git. open(java.io.File dir, FS fs)
Open repositorystatic Git
Git. wrap(Repository repo)
Wrap repository -
Uses of Git in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo with parameters of type Git Modifier and Type Method Description private void
RepoCommand. addSubmodule(java.lang.String name, java.lang.String url, java.lang.String path, java.lang.String revision, java.util.List<RepoProject.CopyFile> copyfiles, java.util.List<RepoProject.LinkFile> linkfiles, Git git)
-
Uses of Git in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type Git Modifier and Type Method Description private void
Tag. showUnsigned(Git git, java.lang.String wantedTag)
-