Uses of Enum Class
com.atlassian.bitbucket.commit.CommitListMergeFilter
Packages that use CommitListMergeFilter
-
Uses of CommitListMergeFilter in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit that return CommitListMergeFilterModifier and TypeMethodDescriptionstatic CommitListMergeFilterCommitListMergeFilter.fromString(String stringValue, CommitListMergeFilter defaultValue) Coerces a string to aCommitListMergeFilteror returns the supplied default value if this is not possible.AbstractCommitsRequest.getMerges()Retrieves the strategy being used to filter merge commits.static CommitListMergeFilterReturns the enum constant of this class with the specified name.static CommitListMergeFilter[]CommitListMergeFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.commit with parameters of type CommitListMergeFilterModifier and TypeMethodDescriptionstatic CommitListMergeFilterCommitListMergeFilter.fromString(String stringValue, CommitListMergeFilter defaultValue) Coerces a string to aCommitListMergeFilteror returns the supplied default value if this is not possible.AbstractCommitsRequest.AbstractCommitsRequestBuilder.merges(CommitListMergeFilter value) -
Uses of CommitListMergeFilter in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return CommitListMergeFilterModifier and TypeMethodDescriptionCommitsCommandParameters.getMerges()Retrieves the strategy being used to filter merge commits.Methods in com.atlassian.bitbucket.scm with parameters of type CommitListMergeFilterModifier and TypeMethodDescriptionCommitsCommandParameters.Builder.merges(CommitListMergeFilter value)