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 CommitDiffResult
GitDiffer.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 CommitDiffResult
GitDiffer.createCommitDiffFromFirstParent
(Repository repository, String commitHash) static CommitDiffResult
GitDiffer.createCommitDiffFromFirstParent
(Repository repository, org.eclipse.jgit.revwalk.RevCommit currentCommit) Creates a CommitDiff from a given commit.static CommitDiffResult
GitDiffer.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 CommitDiffResult
GitDiffer.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 CommitDiffResult
Creates a result that indicates failure from a single error.