Uses of Interface
com.atlassian.bitbucket.scm.git.command.merge.GitMergeBuilder
Packages that use GitMergeBuilder
-
Uses of GitMergeBuilder in com.atlassian.bitbucket.scm.git.command.merge
Methods in com.atlassian.bitbucket.scm.git.command.merge that return GitMergeBuilderModifier and TypeMethodDescriptionGitMergeBuilder.log(boolean value) Sets a flag which, when enabled, causesgit mergeto include a brief synopsis of the commits included by the merge.GitMergeBuilder.log(int value) Sets the number of summary messages to append for commits included in the merge.Sets the commit message to be used for the merge.GitMerge.normal()Creates a builder which can be used to create acommandfor runninggit merge.