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
Commit.added property. |
CommitBuilder |
CommitBuilder.withAuthor(User value)
Sets the default value for the
Commit.author property. |
CommitBuilder |
CommitBuilder.withId(String value)
Sets the default value for the
Commit.id property. |
CommitBuilder |
CommitBuilder.withMessage(String value)
Sets the default value for the
Commit.message property. |
CommitBuilder |
CommitBuilder.withModified(List<String> value)
Sets the default value for the
Commit.modified property. |
CommitBuilder |
CommitBuilder.withRemoved(List<String> value)
Sets the default value for the
Commit.removed property. |
CommitBuilder |
CommitBuilder.withTimestamp(Date value)
Sets the default value for the
Commit.timestamp property. |
CommitBuilder |
CommitBuilder.withUrl(String value)
Sets the default value for the
Commit.url property. |
Copyright © 2016. All rights reserved.