Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.MergeRequestObjectAttributesBuilder
-
Uses of MergeRequestObjectAttributesBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeFieldDescriptionprotected MergeRequestObjectAttributesBuilder
MergeRequestObjectAttributesBuilder.self
Modifier and TypeMethodDescriptionMergeRequestObjectAttributesBuilder.but()
Returns a clone of this builder.MergeRequestObjectAttributesBuilder.mergeRequestObjectAttributes()
Factory Method to construct a MergeRequestObjectAttributesBuilderMergeRequestObjectAttributesBuilder.withAction
(Action value) Sets the default value for the action property.MergeRequestObjectAttributesBuilder.withAssigneeId
(Integer value) Sets the default value for the assigneeId property.MergeRequestObjectAttributesBuilder.withAuthorId
(Integer value) Sets the default value for the authorId property.MergeRequestObjectAttributesBuilder.withCreatedAt
(Date value) Sets the default value for the createdAt property.MergeRequestObjectAttributesBuilder.withDescription
(String value) Sets the default value for the description property.Sets the default value for the id property.Sets the default value for the iid property.MergeRequestObjectAttributesBuilder.withLabels
(List<MergeRequestLabel> value) Sets the default value for the labels property.MergeRequestObjectAttributesBuilder.withLastCommit
(Commit value) Sets the default value for the lastCommit property.MergeRequestObjectAttributesBuilder.withMergeCommitSha
(String value) Sets the default value for the mergeCommitSha property.MergeRequestObjectAttributesBuilder.withMergeStatus
(String value) Sets the default value for the mergeStatus property.MergeRequestObjectAttributesBuilder.withOldrev
(String value) Sets the default value for the oldrev property.MergeRequestObjectAttributesBuilder.withSource
(Project value) Sets the default value for the source property.MergeRequestObjectAttributesBuilder.withSourceBranch
(String value) Sets the default value for the sourceBranch property.MergeRequestObjectAttributesBuilder.withSourceProjectId
(Integer value) Sets the default value for the sourceProjectId property.Sets the default value for the state property.MergeRequestObjectAttributesBuilder.withTarget
(Project value) Sets the default value for the target property.MergeRequestObjectAttributesBuilder.withTargetBranch
(String value) Sets the default value for the targetBranch property.MergeRequestObjectAttributesBuilder.withTargetProjectId
(Integer value) Sets the default value for the targetProjectId property.Sets the default value for the title property.MergeRequestObjectAttributesBuilder.withUpdatedAt
(Date value) Sets the default value for the updatedAt property.Sets the default value for the url property.MergeRequestObjectAttributesBuilder.withWorkInProgress
(Boolean value) Sets the default value for the workInProgress property.