java.lang.Object
org.eclipse.jgit.api.RebaseResult
The result of a
RebaseCommand
execution-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the list of conflictsGet the current commit if status isRebaseResult.Status.STOPPED
, otherwisenull
Get the list of paths causing this rebase to failGet the statusGetter for the fielduncommittedChanges
.
-
Method Details
-
getStatus
Get the status- Returns:
- the overall status
-
getCurrentCommit
Get the current commit if status isRebaseResult.Status.STOPPED
, otherwisenull
- Returns:
- the current commit if status is
RebaseResult.Status.STOPPED
, otherwisenull
-
getFailingPaths
Get the list of paths causing this rebase to fail- Returns:
- the list of paths causing this rebase to fail (see
ResolveMerger.getFailingPaths()
for details) if status isRebaseResult.Status.FAILED
, otherwisenull
-
getConflicts
Get the list of conflicts- Returns:
- the list of conflicts if status is
RebaseResult.Status.CONFLICTS
-
getUncommittedChanges
Getter for the field
uncommittedChanges
.- Returns:
- the list of uncommitted changes if status is
RebaseResult.Status.UNCOMMITTED_CHANGES
- Since:
- 3.2
-