Uses of Class
org.gitlab4j.api.models.AcceptMergeRequestParams
Packages that use AcceptMergeRequestParams
-
Uses of AcceptMergeRequestParams in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type AcceptMergeRequestParamsModifier and TypeMethodDescriptionMergeRequestApi.acceptMergeRequest
(Object projectIdOrPath, Long mergeRequestIid, AcceptMergeRequestParams params) Merge changes to the merge request. -
Uses of AcceptMergeRequestParams in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return AcceptMergeRequestParamsModifier and TypeMethodDescriptionAcceptMergeRequestParams.withMergeCommitMessage
(String mergeCommitMessage) Custom merge commit message.AcceptMergeRequestParams.withMergeWhenPipelineSucceeds
(Boolean mergeWhenPipelineSucceeds) Iftrue
the MR is merged when the pipeline succeeds.If present, then this SHA must match the HEAD of the source branch, otherwise the merge will fail.AcceptMergeRequestParams.withShouldRemoveSourceBranch
(Boolean shouldRemoveSourceBranch) Iftrue
removes the source branch.AcceptMergeRequestParams.withSquash
(Boolean squash) Iftrue
the commits will be squashed into a single commit on merge.AcceptMergeRequestParams.withSquashCommitMessage
(String squashCommitMessage) Custom squash commit message.