Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.PipelineEventObjectAttributesBuilder
Packages that use PipelineEventObjectAttributesBuilder
-
Uses of PipelineEventObjectAttributesBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated declared as PipelineEventObjectAttributesBuilderModifier and TypeFieldDescriptionprotected PipelineEventObjectAttributesBuilder
PipelineEventObjectAttributesBuilder.self
Methods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated that return PipelineEventObjectAttributesBuilderModifier 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.