java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.commit.CommitListMergeFilter |
A flag for indicating how merge commits should be filtered.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CommitListMergeFilter | EXCLUDE | Exclude merge commits. | |||||||||
CommitListMergeFilter | INCLUDE | Include merge commits. | |||||||||
CommitListMergeFilter | ONLY | Include only merge commits. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Coerces a string to a
CommitListMergeFilter or returns the supplied default value if this is not possible. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Include merge commits. This does not exclude non-merge commits.
Coerces a string to a CommitListMergeFilter
or returns the supplied default value if this is not possible.
stringValue | the string value of the commit list merge filter |
---|---|
defaultValue | the default value to return if coercion is not possible |
CommitListMergeFilter
instance