Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected MergeRequestBuilder |
MergeRequestBuilder.self |
Modifier and Type | Method and Description |
---|---|
MergeRequestBuilder |
MergeRequestBuilder.but()
Returns a clone of this builder.
|
static MergeRequestBuilder |
MergeRequestBuilder.mergeRequest()
Factory Method to construct a MergeRequestBuilder
|
MergeRequestBuilder |
MergeRequestBuilder.withAssignee(User value)
Sets the default value for the assignee property.
|
MergeRequestBuilder |
MergeRequestBuilder.withAuthor(User value)
Sets the default value for the author property.
|
MergeRequestBuilder |
MergeRequestBuilder.withDescription(String value)
Sets the default value for the description property.
|
MergeRequestBuilder |
MergeRequestBuilder.withDownvotes(Integer value)
Sets the default value for the downvotes property.
|
MergeRequestBuilder |
MergeRequestBuilder.withId(Integer value)
Sets the default value for the id property.
|
MergeRequestBuilder |
MergeRequestBuilder.withIid(Integer value)
Sets the default value for the iid property.
|
MergeRequestBuilder |
MergeRequestBuilder.withLabels(List<String> value)
Sets the default value for the labels property.
|
MergeRequestBuilder |
MergeRequestBuilder.withMergeStatus(String value)
Sets the default value for the mergeStatus property.
|
MergeRequestBuilder |
MergeRequestBuilder.withMergeWhenBuildSucceeds(Boolean value)
Sets the default value for the mergeWhenBuildSucceeds property.
|
MergeRequestBuilder |
MergeRequestBuilder.withProjectId(Integer value)
Sets the default value for the projectId property.
|
MergeRequestBuilder |
MergeRequestBuilder.withSourceBranch(String value)
Sets the default value for the sourceBranch property.
|
MergeRequestBuilder |
MergeRequestBuilder.withSourceProjectId(Integer value)
Sets the default value for the sourceProjectId property.
|
MergeRequestBuilder |
MergeRequestBuilder.withState(State value)
Sets the default value for the state property.
|
MergeRequestBuilder |
MergeRequestBuilder.withTargetBranch(String value)
Sets the default value for the targetBranch property.
|
MergeRequestBuilder |
MergeRequestBuilder.withTargetProjectId(Integer value)
Sets the default value for the targetProjectId property.
|
MergeRequestBuilder |
MergeRequestBuilder.withTitle(String value)
Sets the default value for the title property.
|
MergeRequestBuilder |
MergeRequestBuilder.withUpvotes(Integer value)
Sets the default value for the upvotes property.
|
MergeRequestBuilder |
MergeRequestBuilder.withWorkInProgress(Boolean value)
Sets the default value for the workInProgress property.
|
Copyright © 2016–2022. All rights reserved.