Uses of Interface
org.uberfire.java.nio.fs.jgit.util.Git
-
Packages that use Git Package Description org.uberfire.java.nio.fs.jgit org.uberfire.java.nio.fs.jgit.util org.uberfire.java.nio.fs.jgit.util.commands -
-
Uses of Git in org.uberfire.java.nio.fs.jgit
Methods in org.uberfire.java.nio.fs.jgit that return Git Modifier and Type Method Description protected GitJGitFileSystemProvider. createNewGitRepo(Map<String,?> env, String fsName)protected GitJGitFileSystemProvider. createNewGitRepo(Map<String,?> env, String fsName, File repoDest)GitJGitFileSystem. getGit()GitJGitFileSystemImpl. getGit()GitJGitFileSystemProxy. getGit()Constructors in org.uberfire.java.nio.fs.jgit with parameters of type Git Constructor Description JGitFileSystemImpl(JGitFileSystemProvider provider, Map<String,String> fullHostNames, Git git, JGitFileSystemLock lock, String name, org.eclipse.jgit.transport.CredentialsProvider credential, JGitFileSystemsEventsManager fsEventsManager, Map<org.uberfire.java.nio.file.extensions.FileSystemHooks,?> fsHooks)JGitFileSystemLock(Git git, TimeUnit t, long duration) -
Uses of Git in org.uberfire.java.nio.fs.jgit.util
Classes in org.uberfire.java.nio.fs.jgit.util that implement Git Modifier and Type Class Description classGitImplMethods in org.uberfire.java.nio.fs.jgit.util that return Git Modifier and Type Method Description static GitGit. clone(File repoDest, String origin, boolean isMirror, List<String> branches, org.eclipse.jgit.transport.CredentialsProvider credential, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, File hookDir)static GitGit. clone(File repoDest, String origin, boolean isMirror, List<String> branches, org.eclipse.jgit.transport.CredentialsProvider credential, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, File hookDir, boolean sslVerify)static GitGit. cloneSubdirectory(File repoDest, String origin, String subdirectory, List<String> branches, org.eclipse.jgit.transport.CredentialsProvider credential, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, File hookDir)static GitGit. cloneSubdirectory(File repoDest, String origin, String subdirectory, List<String> branches, org.eclipse.jgit.transport.CredentialsProvider credential, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, File hookDir, boolean sslVerify)static GitGit. createRepository(File repoDir)static GitGit. createRepository(File repoDir, boolean sslVerify)static GitGit. createRepository(File repoDir, File hookDir)static GitGit. createRepository(File repoDir, File hookDir, boolean sslVerify)static GitGit. createRepository(File repoDir, File hookDir, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders)static GitGit. createRepository(File repoDir, File hookDir, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, boolean sslVerify)static GitGit. fork(File gitRepoContainerDir, String origin, String name, List<String> branches, org.eclipse.jgit.transport.CredentialsProvider credential, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, File hookDir)static GitGit. fork(File gitRepoContainerDir, String origin, String name, List<String> branches, org.eclipse.jgit.transport.CredentialsProvider credential, org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders, File hookDir, boolean sslVerify) -
Uses of Git in org.uberfire.java.nio.fs.jgit.util.commands
Methods in org.uberfire.java.nio.fs.jgit.util.commands that return Git Modifier and Type Method Description GitFork. execute()GitSubdirectoryClone. execute()Methods in org.uberfire.java.nio.fs.jgit.util.commands that return types with arguments of type Git Modifier and Type Method Description Optional<Git>Clone. execute()Optional<Git>CreateRepository. execute()Methods in org.uberfire.java.nio.fs.jgit.util.commands with parameters of type Git Modifier and Type Method Description static voidBranchUtil. existsBranch(Git git, String branch)Constructors in org.uberfire.java.nio.fs.jgit.util.commands with parameters of type Git Constructor Description AddRemote(Git git, String remote, String url)BlobAsInputStream(Git git, String treeRef, String path)CherryPick(Git git, String targetBranch, String... commits)Commit(Git git, String branchName, String name, String email, String message, TimeZone timeZone, Date when, boolean amend, Map<String,File> content)Commit(Git git, String branchName, CommitInfo commitInfo, boolean amend, org.eclipse.jgit.lib.ObjectId originId, CommitContent content)ConflictBranchesChecker(Git git, String branchA, String branchB)ConvertRefTree(Git git)CreateCopyCommitTree(Git git, org.eclipse.jgit.lib.ObjectId headId, org.eclipse.jgit.lib.ObjectInserter inserter, CopyCommitContent commitContent)CreateDefaultCommitTree(Git git, org.eclipse.jgit.lib.ObjectId headId, org.eclipse.jgit.lib.ObjectInserter inserter, DefaultCommitContent commitContent)CreateMoveCommitTree(Git git, org.eclipse.jgit.lib.ObjectId headId, org.eclipse.jgit.lib.ObjectInserter inserter, MoveCommitContent commitContent)CreateRevertCommitTree(Git git, org.eclipse.jgit.lib.ObjectId headId, org.eclipse.jgit.lib.ObjectInserter inserter, RevertCommitContent commitContent)CustomDiffCommand(Git git)DiffBranches(Git git, String branchA, String branchB)GetCommit(Git git, String commitId)GetCommonAncestorCommit(Git git, org.eclipse.jgit.revwalk.RevCommit commitA, org.eclipse.jgit.revwalk.RevCommit commitB)GetFirstCommit(Git git, String branchName)GetFirstCommit(Git git, org.eclipse.jgit.lib.Ref ref)GetLastCommit(Git git, String branchName)GetLastCommit(Git git, org.eclipse.jgit.lib.Ref ref)GetPathInfo(Git git, String branchName, String path)GetTreeFromRef(Git git, String treeRefName)ListCommits(Git git, org.eclipse.jgit.lib.Ref ref, String path)ListDiffs(Git git, org.eclipse.jgit.lib.ObjectId oldRef, org.eclipse.jgit.lib.ObjectId newRef)ListPathContent(Git git, String branchName, String path)MapDiffContent(Git git, String branch, String startCommitId, String endCommitId)Merge(Git git, String sourceBranch, String targetBranch)Merge(Git git, String sourceBranch, String targetBranch, boolean noFastForward, boolean squash, CommitInfo commitInfo)Push(Git git, org.eclipse.jgit.transport.CredentialsProvider credentialsProvider, org.uberfire.commons.data.Pair<String,String> remote, boolean force, Collection<org.eclipse.jgit.transport.RefSpec> refSpecs)RefTreeUpdateCommand(Git git, String branchName, org.eclipse.jgit.revwalk.RevCommit commit)RemoveRemote(Git git, String remote, String ref)ResolveObjectIds(Git git, String... ids)RevertMerge(Git git, String sourceBranch, String targetBranch, String commonAncestorCommitId, String mergeCommitId)SimpleRefUpdateCommand(Git git, String branchName, org.eclipse.jgit.revwalk.RevCommit commit)TextualDiffBranches(Git git, String branchA, String branchB)TextualDiffBranches(Git git, String branchA, String branchB, String commitIdBranchA, String commitIdBranchB)UpdateRemoteConfig(Git git, org.uberfire.commons.data.Pair<String,String> remote, Collection<org.eclipse.jgit.transport.RefSpec> refSpecs)
-