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
Commit.authoredDate property. |
CommitBuilder |
CommitBuilder.withAuthorEmail(String value)
Sets the default value for the
Commit.authorEmail property. |
CommitBuilder |
CommitBuilder.withAuthorName(String value)
Sets the default value for the
Commit.authorName 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. |
Copyright © 2016. All rights reserved.