Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected ProjectBuilder |
ProjectBuilder.self |
Modifier and Type | Method and Description |
---|---|
ProjectBuilder |
ProjectBuilder.but()
Returns a clone of this builder.
|
static ProjectBuilder |
ProjectBuilder.project()
Factory Method to construct a ProjectBuilder
|
ProjectBuilder |
ProjectBuilder.withHttpUrlToRepo(String value)
Sets the default value for the
Project.httpUrlToRepo property. |
ProjectBuilder |
ProjectBuilder.withId(Integer value)
Sets the default value for the
Project.id property. |
ProjectBuilder |
ProjectBuilder.withName(String value)
Sets the default value for the
Project.name property. |
ProjectBuilder |
ProjectBuilder.withNamespace(Namespace value)
Sets the default value for the
Project.namespace property. |
ProjectBuilder |
ProjectBuilder.withSshUrlToRepo(String value)
Sets the default value for the
Project.sshUrlToRepo property. |
ProjectBuilder |
ProjectBuilder.withWebUrl(String value)
Sets the default value for the
Project.webUrl property. |
Copyright © 2016. All rights reserved.