Uses of Class
org.uberfire.java.nio.fs.jgit.util.model.CommitInfo
-
Packages that use CommitInfo 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 -
-
Uses of CommitInfo in org.uberfire.java.nio.fs.jgit
Methods in org.uberfire.java.nio.fs.jgit that return CommitInfo Modifier and Type Method Description CommitInfoJGitFileSystem. buildCommitInfo(String defaultMessage, org.uberfire.java.nio.base.options.CommentedOption op)CommitInfoJGitFileSystemImpl. buildCommitInfo(String defaultMessage, org.uberfire.java.nio.base.options.CommentedOption op)CommitInfoJGitFileSystemProxy. buildCommitInfo(String defaultMessage, org.uberfire.java.nio.base.options.CommentedOption op)CommitInfoJGitFileSystem. getBatchCommitInfo()CommitInfoJGitFileSystemImpl. getBatchCommitInfo()CommitInfoJGitFileSystemProxy. getBatchCommitInfo()Methods in org.uberfire.java.nio.fs.jgit with parameters of type CommitInfo Modifier and Type Method Description voidJGitFileSystem. setBatchCommitInfo(CommitInfo batchCommitInfo)voidJGitFileSystemImpl. setBatchCommitInfo(CommitInfo batchCommitInfo)voidJGitFileSystemProxy. setBatchCommitInfo(CommitInfo batchCommitInfo) -
Uses of CommitInfo in org.uberfire.java.nio.fs.jgit.util
Methods in org.uberfire.java.nio.fs.jgit.util with parameters of type CommitInfo Modifier and Type Method Description booleanGit. commit(String branchName, CommitInfo commitInfo, boolean amend, org.eclipse.jgit.lib.ObjectId originId, CommitContent content)booleanGitImpl. commit(String branchName, CommitInfo commitInfo, boolean amend, org.eclipse.jgit.lib.ObjectId originId, CommitContent content)List<String>Git. merge(String source, String target, boolean noFastForward, boolean squash, CommitInfo commitInfo)List<String>GitImpl. merge(String source, String target, boolean noFastForward, boolean squash, CommitInfo commitInfo) -
Uses of CommitInfo in org.uberfire.java.nio.fs.jgit.util.commands
Constructors in org.uberfire.java.nio.fs.jgit.util.commands with parameters of type CommitInfo Constructor 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) -
Uses of CommitInfo in org.uberfire.java.nio.fs.jgit.util.model
Subclasses of CommitInfo in org.uberfire.java.nio.fs.jgit.util.model Modifier and Type Class Description classMessageCommitInfo
-