Uses of Record Class
org.variantsync.diffdetective.diff.result.CommitDiffResult
Packages that use CommitDiffResult
Package
Description
-
Uses of CommitDiffResult in org.variantsync.diffdetective.diff.git
Methods in org.variantsync.diffdetective.diff.git that return CommitDiffResultModifier and TypeMethodDescriptionstatic CommitDiffResultGitDiffer.createCommitDiff(Repository repository, org.eclipse.jgit.revwalk.RevCommit parentCommit, org.eclipse.jgit.revwalk.RevCommit childCommit) Creates a CommitDiff that describes all changes made by the given childCommit to the given parentCommit.static CommitDiffResultGitDiffer.createCommitDiffFromFirstParent(Repository repository, String commitHash) static CommitDiffResultGitDiffer.createCommitDiffFromFirstParent(Repository repository, org.eclipse.jgit.revwalk.RevCommit currentCommit) Creates a CommitDiff from a given commit.static CommitDiffResultGitDiffer.createWorkingTreeDiff(Repository repository, org.eclipse.jgit.revwalk.RevCommit commit) The same asGitDiffer.createCommitDiff(Repository, RevCommit, RevCommit)but diffs the given commit against the current working tree.private static CommitDiffResultGitDiffer.getPatchDiffs(Repository repository, org.eclipse.jgit.treewalk.AbstractTreeIterator prevTreeParser, org.eclipse.jgit.treewalk.AbstractTreeIterator currentTreeParser, org.eclipse.jgit.revwalk.RevCommit parentCommit, org.eclipse.jgit.revwalk.RevCommit childCommit) Obtains the CommitDiff between two commit's trees. -
Uses of CommitDiffResult in org.variantsync.diffdetective.diff.result
Methods in org.variantsync.diffdetective.diff.result that return CommitDiffResultModifier and TypeMethodDescriptionstatic CommitDiffResultCreates a result that indicates failure from a single error.