| 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 |
|---|---|---|
static MergeCommand.FastForwardMode |
MergeCommand.FastForwardMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MergeCommand.FastForwardMode |
MergeCommand.FastForwardMode.valueOf(MergeCommand.FastForwardMode.Merge ffMode) |
Map from
FastForwardMode.Merge to
FastForwardMode. |
static MergeCommand.FastForwardMode[] |
MergeCommand.FastForwardMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
MergeCommand |
MergeCommand.setFastForward(MergeCommand.FastForwardMode fastForwardMode) |
Sets the fast forward mode.
|
static MergeCommand.FastForwardMode.Merge |
MergeCommand.FastForwardMode.Merge.valueOf(MergeCommand.FastForwardMode ffMode) |
Map from
FastForwardMode to
FastForwardMode.Merge. |
| Modifier and Type | Method | Description |
|---|---|---|
MergeCommand.FastForwardMode |
MergeConfig.getFastForwardMode() |
Copyright © 2018. All rights reserved.