Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit | |
org.uberfire.java.nio.fs.jgit.util | |
org.uberfire.java.nio.fs.jgit.util.commands | |
org.uberfire.java.nio.fs.jgit.util.model |
Modifier and Type | Method and Description |
---|---|
CommitInfo |
JGitFileSystemProxy.buildCommitInfo(String defaultMessage,
CommentedOption op) |
CommitInfo |
JGitFileSystemImpl.buildCommitInfo(String defaultMessage,
CommentedOption op) |
CommitInfo |
JGitFileSystem.buildCommitInfo(String defaultMessage,
CommentedOption op) |
CommitInfo |
JGitFileSystemProxy.getBatchCommitInfo() |
CommitInfo |
JGitFileSystemImpl.getBatchCommitInfo() |
CommitInfo |
JGitFileSystem.getBatchCommitInfo() |
Modifier and Type | Method and Description |
---|---|
void |
JGitFileSystemProxy.setBatchCommitInfo(CommitInfo batchCommitInfo) |
void |
JGitFileSystemImpl.setBatchCommitInfo(CommitInfo batchCommitInfo) |
void |
JGitFileSystem.setBatchCommitInfo(CommitInfo batchCommitInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
GitImpl.commit(String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
boolean |
Git.commit(String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
List<String> |
GitImpl.merge(String source,
String target,
boolean noFastForward,
boolean squash,
CommitInfo commitInfo) |
List<String> |
Git.merge(String source,
String target,
boolean noFastForward,
boolean squash,
CommitInfo commitInfo) |
Constructor and Description |
---|
Commit(Git git,
String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
Merge(Git git,
String sourceBranch,
String targetBranch,
boolean noFastForward,
boolean squash,
CommitInfo commitInfo) |
Modifier and Type | Class and Description |
---|---|
class |
MessageCommitInfo |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.