Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Field and Description |
---|---|
private MergeResult |
RevertCommand.failingResult |
private MergeResult |
PullResult.mergeResult |
Modifier and Type | Method and Description |
---|---|
MergeResult |
MergeCommand.call() |
MergeResult |
RevertCommand.getFailingResult()
Get the result of a merge failure
|
MergeResult |
PullResult.getMergeResult()
Get merge result
|
Constructor and Description |
---|
PullResult(FetchResult fetchResult,
java.lang.String fetchedFrom,
MergeResult mergeResult) |