Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.hook.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.withAdded(List<String> value)
Sets the default value for the added property.
|
CommitBuilder |
CommitBuilder.withAuthor(User value)
Sets the default value for the author 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.
|
CommitBuilder |
CommitBuilder.withModified(List<String> value)
Sets the default value for the modified property.
|
CommitBuilder |
CommitBuilder.withRemoved(List<String> value)
Sets the default value for the removed property.
|
CommitBuilder |
CommitBuilder.withTimestamp(Date value)
Sets the default value for the timestamp property.
|
CommitBuilder |
CommitBuilder.withUrl(String value)
Sets the default value for the url property.
|
Copyright © 2016–2022. All rights reserved.