Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.PipelineEventObjectAttributesBuilder
-
Uses of PipelineEventObjectAttributesBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeFieldDescriptionprotected PipelineEventObjectAttributesBuilder
PipelineEventObjectAttributesBuilder.self
Modifier and TypeMethodDescriptionPipelineEventObjectAttributesBuilder.but()
Returns a clone of this builder.PipelineEventObjectAttributesBuilder.pipelineEventObjectAttributes()
Factory Method to construct a PipelineEventObjectAttributesBuilderPipelineEventObjectAttributesBuilder.withBeforeSha
(String value) Sets the default value for the beforeSha property.PipelineEventObjectAttributesBuilder.withCreatedAt
(Date value) Sets the default value for the createdAt property.PipelineEventObjectAttributesBuilder.withDuration
(int value) Sets the default value for the duration property.PipelineEventObjectAttributesBuilder.withFinishedAt
(Date value) Sets the default value for the finishedAt property.Sets the default value for the id property.Sets the default value for the ref property.Sets the default value for the sha property.PipelineEventObjectAttributesBuilder.withStages
(List<String> value) Sets the default value for the stages property.PipelineEventObjectAttributesBuilder.withStatus
(String value) Sets the default value for the status property.PipelineEventObjectAttributesBuilder.withTag
(boolean value) Sets the default value for the tag property.