Uses of Enum Class
com.atlassian.bitbucket.scm.git.command.revlist.GitRevListMerges
Packages that use GitRevListMerges
-
Uses of GitRevListMerges in com.atlassian.bitbucket.scm.git.command.revlist
Methods in com.atlassian.bitbucket.scm.git.command.revlist that return GitRevListMergesModifier and TypeMethodDescriptionstatic GitRevListMergesGitRevListMerges.fromFilter(com.atlassian.bitbucket.commit.CommitListMergeFilter value) static GitRevListMergesReturns the enum constant of this class with the specified name.static GitRevListMerges[]GitRevListMerges.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.scm.git.command.revlist with parameters of type GitRevListMergesModifier and TypeMethodDescriptionGitRevCoreBuilder.merges(GitRevListMerges value) Specifies--merges,--no-mergesor--no-min-parents, to control whethergit rev-listshould include merge commits in its output.