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 and Description |
---|---|
static MergeCommand.FastForwardMode |
MergeCommand.FastForwardMode.valueOf(MergeCommand.FastForwardMode.Merge ffMode)
Map from
FastForwardMode.Merge to
FastForwardMode . |
static MergeCommand.FastForwardMode |
MergeCommand.FastForwardMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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 and Description |
---|---|
PullCommand |
PullCommand.setFastForward(MergeCommand.FastForwardMode fastForwardMode)
Set the fast forward mode.
|
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 and Description |
---|---|
MergeCommand.FastForwardMode |
MergeConfig.getFastForwardMode()
Get the fast forward mode configured for this branch
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.