Uses of Class
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.MergeRequestBuilder
-
Uses of MergeRequestBuilder in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated
Modifier and TypeMethodDescriptionMergeRequestBuilder.but()
Returns a clone of this builder.static MergeRequestBuilder
MergeRequestBuilder.mergeRequest()
Factory Method to construct a MergeRequestBuilderMergeRequestBuilder.withAssignee
(User value) Sets the default value for the assignee property.MergeRequestBuilder.withAuthor
(User value) Sets the default value for the author property.MergeRequestBuilder.withCommitSha
(String value) Sets the default value for the commitSha property.MergeRequestBuilder.withDescription
(String value) Sets the default value for the description property.MergeRequestBuilder.withDownvotes
(Integer value) Sets the default value for the downvotes property.Sets the default value for the id property.Sets the default value for the iid property.MergeRequestBuilder.withLabels
(List<String> value) Sets the default value for the labels property.MergeRequestBuilder.withMergeStatus
(String value) Sets the default value for the mergeStatus property.MergeRequestBuilder.withMergeWhenBuildSucceeds
(Boolean value) Sets the default value for the mergeWhenBuildSucceeds property.MergeRequestBuilder.withProjectId
(Integer value) Sets the default value for the projectId property.MergeRequestBuilder.withSourceBranch
(String value) Sets the default value for the sourceBranch property.MergeRequestBuilder.withSourceProjectId
(Integer value) Sets the default value for the sourceProjectId property.Sets the default value for the state property.MergeRequestBuilder.withTargetBranch
(String value) Sets the default value for the targetBranch property.MergeRequestBuilder.withTargetProjectId
(Integer value) Sets the default value for the targetProjectId property.Sets the default value for the title property.MergeRequestBuilder.withUpvotes
(Integer value) Sets the default value for the upvotes property.MergeRequestBuilder.withWorkInProgress
(Boolean value) Sets the default value for the workInProgress property.