Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit | |
org.uberfire.java.nio.fs.jgit.manager | |
org.uberfire.java.nio.fs.jgit.util | |
org.uberfire.java.nio.fs.jgit.util.commands |
Modifier and Type | Method and Description |
---|---|
Git |
JGitFileSystemProxy.getGit() |
Git |
JGitFileSystem.getGit() |
Git |
JGitFileSystemImpl.getGit() |
Constructor and Description |
---|
JGitFileSystemImpl(JGitFileSystemProvider provider,
Map<String,String> fullHostNames,
Git git,
JGitFileSystemLock lock,
String name,
org.eclipse.jgit.transport.CredentialsProvider credential,
JGitFileSystemsEventsManager fsEventsManager,
Map<FileSystemHooks,?> fsHooks) |
JGitFileSystemLock(Git git,
TimeUnit t,
long duration) |
Modifier and Type | Method and Description |
---|---|
void |
JGitFileSystemsManager.newFileSystem(Supplier<Map<String,String>> fullHostNames,
Supplier<Git> git,
Supplier<String> fsName,
Supplier<org.eclipse.jgit.transport.CredentialsProvider> credential,
Supplier<JGitFileSystemsEventsManager> fsManager,
Supplier<Map<FileSystemHooks,?>> fsHooks) |
Modifier and Type | Class and Description |
---|---|
class |
GitImpl |
Modifier and Type | Method and Description |
---|---|
static Git |
Git.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 Git |
Git.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 Git |
Git.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 Git |
Git.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 Git |
Git.createRepository(File repoDir) |
static Git |
Git.createRepository(File repoDir,
boolean sslVerify) |
static Git |
Git.createRepository(File repoDir,
File hookDir) |
static Git |
Git.createRepository(File repoDir,
File hookDir,
boolean sslVerify) |
static Git |
Git.createRepository(File repoDir,
File hookDir,
org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders) |
static Git |
Git.createRepository(File repoDir,
File hookDir,
org.eclipse.jgit.internal.ketch.KetchLeaderCache leaders,
boolean sslVerify) |
static Git |
Git.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 Git |
Git.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) |
Modifier and Type | Method and Description |
---|---|
Git |
Fork.execute() |
Git |
SubdirectoryClone.execute() |
Modifier and Type | Method and Description |
---|---|
Optional<Git> |
CreateRepository.execute() |
Optional<Git> |
Clone.execute() |
Constructor and Description |
---|
BlobAsInputStream(Git git,
String treeRef,
String path) |
CherryPick(Git git,
String targetBranch,
String... commits) |
Commit(Git git,
String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
Commit(Git git,
String branchName,
String name,
String email,
String message,
TimeZone timeZone,
Date when,
boolean amend,
Map<String,File> content) |
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) |
GetFirstCommit(Git git,
org.eclipse.jgit.lib.Ref ref) |
GetFirstCommit(Git git,
String branchName) |
GetLastCommit(Git git,
org.eclipse.jgit.lib.Ref ref) |
GetLastCommit(Git git,
String branchName) |
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) |
Merge(Git git,
String sourceBranch,
String targetBranch) |
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) |
SimpleRefUpdateCommand(Git git,
String branchName,
org.eclipse.jgit.revwalk.RevCommit commit) |
UpdateRemoteConfig(Git git,
org.uberfire.commons.data.Pair<String,String> remote,
Collection<org.eclipse.jgit.transport.RefSpec> refSpecs) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.