Java org.eclipse.jgit.api MergeResult fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api MergeResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api MergeResult.

The text is from its open source code.

Constructor

Method

ListgetCheckoutConflicts()
Returns a list of paths that cause a checkout conflict.
MapgetConflicts()
Returns information about the conflicts which occurred during a org.eclipse.jgit.api.MergeCommand .
MapgetFailingPaths()
Returns a list of paths causing this merge to fail as returned by org.eclipse.jgit.merge.ResolveMerger#getFailingPaths()
ObjectId[]getMergedCommits()
Get the commits which have been merged
MergeStatusgetMergeStatus()
Get the merge status
ObjectIdgetNewHead()
Get the object the head points at after the merge