| Package | Description |
|---|---|
| com.atlassian.bitbucket.commit | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Method and Description |
|---|---|
static CommitListMergeFilter |
CommitListMergeFilter.fromString(String stringValue,
CommitListMergeFilter defaultValue)
Coerces a string to a
CommitListMergeFilter or returns the supplied default value if this is not possible. |
CommitListMergeFilter |
AbstractCommitsRequest.getMerges()
Retrieves the strategy being used to filter merge commits.
|
static CommitListMergeFilter |
CommitListMergeFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitListMergeFilter[] |
CommitListMergeFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CommitListMergeFilter |
CommitListMergeFilter.fromString(String stringValue,
CommitListMergeFilter defaultValue)
Coerces a string to a
CommitListMergeFilter or returns the supplied default value if this is not possible. |
B |
AbstractCommitsRequest.AbstractCommitsRequestBuilder.merges(CommitListMergeFilter value) |
| Modifier and Type | Method and Description |
|---|---|
CommitListMergeFilter |
CommitsCommandParameters.getMerges()
Retrieves the strategy being used to filter merge commits.
|
| Modifier and Type | Method and Description |
|---|---|
CommitsCommandParameters.Builder |
CommitsCommandParameters.Builder.merges(CommitListMergeFilter value) |
Copyright © 2023 Atlassian. All rights reserved.