Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
Modifier and Type | Method | Description |
---|---|---|
Map<String,ResolveMerger.MergeFailureReason> |
CherryPickResult.getFailingPaths() |
|
Map<String,ResolveMerger.MergeFailureReason> |
MergeResult.getFailingPaths() |
Returns a list of paths causing this merge to fail as returned by
ResolveMerger.getFailingPaths() |
Map<String,ResolveMerger.MergeFailureReason> |
RebaseResult.getFailingPaths() |
Constructor | Description |
---|---|
CherryPickResult(Map<String,ResolveMerger.MergeFailureReason> failingPaths) |
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,ResolveMerger.MergeFailureReason> |
ResolveMerger.failingPaths |
Paths for which the merge failed altogether.
|
Modifier and Type | Method | Description |
---|---|---|
static ResolveMerger.MergeFailureReason |
ResolveMerger.MergeFailureReason.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ResolveMerger.MergeFailureReason[] |
ResolveMerger.MergeFailureReason.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Map<String,ResolveMerger.MergeFailureReason> |
ResolveMerger.getFailingPaths() |
Copyright © 2018. All rights reserved.