org.eclipse.jgit.api
Class RebaseResult
java.lang.Object
org.eclipse.jgit.api.RebaseResult
public class RebaseResult
- extends Object
The result of a RebaseCommand
execution
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getStatus
public RebaseResult.Status getStatus()
- Returns:
- the overall status
getCurrentCommit
public RevCommit getCurrentCommit()
- Returns:
- the current commit if status is
RebaseResult.Status.STOPPED
, otherwise
null
getFailingPaths
public Map<String,ResolveMerger.MergeFailureReason> getFailingPaths()
- Returns:
- the list of paths causing this rebase to fail (see
ResolveMerger.getFailingPaths()
for details) if status is
RebaseResult.Status.FAILED
, otherwise null
Copyright © 2012. All Rights Reserved.