Uses of Class
org.aoju.bus.gitlab.models.AcceptMergeRequestParams
Packages that use AcceptMergeRequestParams
-
Uses of AcceptMergeRequestParams in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return AcceptMergeRequestParamsModifier and TypeMethodDescriptionAcceptMergeRequestParams.withMergeCommitMessage(String mergeCommitMessage) Custom merge commit message.AcceptMergeRequestParams.withMergeWhenPipelineSucceeds(Boolean mergeWhenPipelineSucceeds) Iftruethe 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) Iftrueremoves the source branch.AcceptMergeRequestParams.withSquash(Boolean squash) Iftruethe commits will be squashed into a single commit on merge.AcceptMergeRequestParams.withSquashCommitMessage(String squashCommitMessage) Custom squash commit message.