Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.CommitBuilder
-
Uses of CommitBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeMethodDescriptionCommitBuilder.but()
Returns a clone of this builder.static CommitBuilder
CommitBuilder.commit()
Factory Method to construct a CommitBuilderSets the default value for the added property.CommitBuilder.withAuthor
(User value) Sets the default value for the author property.Sets the default value for the id property.CommitBuilder.withMessage
(String value) Sets the default value for the message property.CommitBuilder.withModified
(List<String> value) Sets the default value for the modified property.CommitBuilder.withRemoved
(List<String> value) Sets the default value for the removed property.CommitBuilder.withTimestamp
(Date value) Sets the default value for the timestamp property.Sets the default value for the url property.