Uses of Class
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.CommitBuilder
Packages that use CommitBuilder
-
Uses of CommitBuilder in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated declared as CommitBuilderMethods in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated that return CommitBuilderModifier and TypeMethodDescriptionCommitBuilder.but()
Returns a clone of this builder.static CommitBuilder
CommitBuilder.commit()
Factory Method to construct a CommitBuilderCommitBuilder.withAuthoredDate
(Date value) Sets the default value for the authoredDate property.CommitBuilder.withAuthorEmail
(String value) Sets the default value for the authorEmail property.CommitBuilder.withAuthorName
(String value) Sets the default value for the authorName property.Sets the default value for the id property.CommitBuilder.withMessage
(String value) Sets the default value for the message property.