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 GitCloneCommand. call()GitInitCommand. call()static GitGit. open(java.io.File dir)Open repositorystatic GitGit. open(java.io.File dir, FS fs)Open repositorystatic GitGit. 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 voidRepoCommand. 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 voidTag. showUnsigned(Git git, java.lang.String wantedTag)
-