Uses of Record Class
org.variantsync.diffdetective.diff.result.CommitDiffResult
Package
Description
-
Uses of CommitDiffResult in org.variantsync.diffdetective.diff.git
Modifier and TypeMethodDescriptionGitDiffer.createCommitDiff
(String commitHash) static CommitDiffResult
GitDiffer.createCommitDiff
(org.eclipse.jgit.api.Git git, DiffFilter diffFilter, org.eclipse.jgit.revwalk.RevCommit parentCommit, org.eclipse.jgit.revwalk.RevCommit childCommit, PatchDiffParseOptions parseOptions) Creates a CommitDiff that describes all changes made by the given childCommit to the given parentCommit.GitDiffer.createCommitDiff
(org.eclipse.jgit.revwalk.RevCommit revCommit) static CommitDiffResult
GitDiffer.createCommitDiffFromFirstParent
(org.eclipse.jgit.api.Git git, DiffFilter diffFilter, org.eclipse.jgit.revwalk.RevCommit currentCommit, PatchDiffParseOptions parseOptions) Creates a CommitDiff from a given commit.static CommitDiffResult
GitDiffer.createWorkingTreeDiff
(org.eclipse.jgit.api.Git git, DiffFilter diffFilter, org.eclipse.jgit.revwalk.RevCommit commit, PatchDiffParseOptions parseOptions) The same asGitDiffer.createCommitDiff(Git, DiffFilter, RevCommit, RevCommit, PatchDiffParseOptions)
but diffs the given commit against the current working tree.private static CommitDiffResult
GitDiffer.getPatchDiffs
(org.eclipse.jgit.api.Git git, DiffFilter diffFilter, PatchDiffParseOptions parseOptions, 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
Modifier and TypeMethodDescriptionstatic CommitDiffResult
Creates a result that indicates failure from a single error.