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) |
Constructor and Description |
---|
Commit(Git git,
String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
Modifier and Type | Class and Description |
---|---|
class |
MessageCommitInfo |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.