public class RebaseResult extends Object
RebaseCommand
executionModifier and Type | Class and Description |
---|---|
static class |
RebaseResult.Status
The overall status
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getConflicts()
Get the list of conflicts
|
RevCommit |
getCurrentCommit()
Get the current commit if status is
RebaseResult.Status.STOPPED , otherwise
null |
Map<String,ResolveMerger.MergeFailureReason> |
getFailingPaths()
Get the list of paths causing this rebase to fail
|
RebaseResult.Status |
getStatus()
Get the status
|
List<String> |
getUncommittedChanges()
Getter for the field
uncommittedChanges . |
public RebaseResult.Status getStatus()
public RevCommit getCurrentCommit()
RebaseResult.Status.STOPPED
, otherwise
null
RebaseResult.Status.STOPPED
,
otherwise null
public Map<String,ResolveMerger.MergeFailureReason> getFailingPaths()
ResolveMerger.getFailingPaths()
for details) if status is
RebaseResult.Status.FAILED
,
otherwise null
public List<String> getConflicts()
RebaseResult.Status.CONFLICTS
public List<String> getUncommittedChanges()
Getter for the field uncommittedChanges
.
RebaseResult.Status.UNCOMMITTED_CHANGES
Copyright © 2021 Eclipse JGit Project. All rights reserved.