Uses of Enum
org.eclipse.jgit.merge.ResolveMerger.MergeFailureReason
Packages that use ResolveMerger.MergeFailureReason
Package
Description
High-level API commands (the porcelain of JGit).
Content and commit history merge algorithms.
-
Uses of ResolveMerger.MergeFailureReason in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api with type parameters of type ResolveMerger.MergeFailureReasonModifier and TypeFieldDescriptionprivate final Map
<String, ResolveMerger.MergeFailureReason> CherryPickResult.failingPaths
private Map
<String, ResolveMerger.MergeFailureReason> MergeResult.failingPaths
private Map
<String, ResolveMerger.MergeFailureReason> RebaseResult.failingPaths
Methods in org.eclipse.jgit.api that return types with arguments of type ResolveMerger.MergeFailureReasonModifier and TypeMethodDescriptionCherryPickResult.getFailingPaths()
Get the list of paths causing this cherry-pick to failMergeResult.getFailingPaths()
Returns a list of paths causing this merge to fail as returned byResolveMerger.getFailingPaths()
RebaseResult.getFailingPaths()
Get the list of paths causing this rebase to failMethod parameters in org.eclipse.jgit.api with type arguments of type ResolveMerger.MergeFailureReasonModifier and TypeMethodDescription(package private) static RebaseResult
RebaseResult.failed
(Map<String, ResolveMerger.MergeFailureReason> failingPaths) CreateRebaseResult
with statusRebaseResult.Status.FAILED
Constructor parameters in org.eclipse.jgit.api with type arguments of type ResolveMerger.MergeFailureReasonModifierConstructorDescriptionCherryPickResult
(Map<String, ResolveMerger.MergeFailureReason> failingPaths) Constructor for CherryPickResult -
Uses of ResolveMerger.MergeFailureReason in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge with type parameters of type ResolveMerger.MergeFailureReasonModifier and TypeFieldDescriptionprotected Map
<String, ResolveMerger.MergeFailureReason> ResolveMerger.failingPaths
Paths for which the merge failed altogether.Methods in org.eclipse.jgit.merge that return ResolveMerger.MergeFailureReasonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ResolveMerger.MergeFailureReason[]
ResolveMerger.MergeFailureReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.merge that return types with arguments of type ResolveMerger.MergeFailureReasonModifier and TypeMethodDescriptionResolveMerger.getFailingPaths()
Get list of paths causing this merge to fail (not stopped because of a conflict).