Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected CommitBuilder |
CommitBuilder.self |
Modifier and Type | Method and Description |
---|---|
CommitBuilder |
CommitBuilder.but()
Returns a clone of this builder.
|
static CommitBuilder |
CommitBuilder.commit()
Factory Method to construct a CommitBuilder
|
CommitBuilder |
CommitBuilder.withAuthoredDate(Date value)
Sets the default value for the authoredDate property.
|
CommitBuilder |
CommitBuilder.withAuthorEmail(String value)
Sets the default value for the authorEmail property.
|
CommitBuilder |
CommitBuilder.withAuthorName(String value)
Sets the default value for the authorName property.
|
CommitBuilder |
CommitBuilder.withId(String value)
Sets the default value for the id property.
|
CommitBuilder |
CommitBuilder.withMessage(String value)
Sets the default value for the message property.
|
Copyright © 2016–2022. All rights reserved.