| Package | Description |
|---|---|
| com.atlassian.bitbucket.scm.git.command.merge |
| Modifier and Type | Method and Description |
|---|---|
static GitMergeFastForward |
GitMergeFastForward.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitMergeFastForward[] |
GitMergeFastForward.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GitSquashMergeBuilder |
GitSquashMergeBuilder.ff(GitMergeFastForward value)
Sets the fast-forward mode to use when executing
git merge. |
B |
GitMergeBuilderSupport.ff(GitMergeFastForward value)
Sets the fast-forward mode to use when executing
git merge. |
Copyright © 2019 Atlassian. All rights reserved.