Uses of Enum Class
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.failingPathsprivate Map<String,ResolveMerger.MergeFailureReason> MergeResult.failingPathsprivate Map<String,ResolveMerger.MergeFailureReason> RebaseResult.failingPathsMethods 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 RebaseResultRebaseResult.failed(Map<String, ResolveMerger.MergeFailureReason> failingPaths) CreateRebaseResultwith statusRebaseResult.Status.FAILEDConstructor 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.failingPathsPaths for which the merge failed altogether.Methods in org.eclipse.jgit.merge that return ResolveMerger.MergeFailureReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ResolveMerger.MergeFailureReason[]ResolveMerger.MergeFailureReason.values()Returns an array containing the constants of this enum class, 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).