Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.hook.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.withAvatarUrl(String value)
Sets the default value for the
Project.avatarUrl property. |
ProjectBuilder |
ProjectBuilder.withDefaultBranch(String value)
Sets the default value for the
Project.defaultBranch property. |
ProjectBuilder |
ProjectBuilder.withDescription(String value)
Sets the default value for the
Project.description property. |
ProjectBuilder |
ProjectBuilder.withHomepage(String value)
Sets the default value for the
Project.homepage property. |
ProjectBuilder |
ProjectBuilder.withHttpUrl(String value)
Sets the default value for the
Project.httpUrl property. |
ProjectBuilder |
ProjectBuilder.withName(String value)
Sets the default value for the
Project.name property. |
ProjectBuilder |
ProjectBuilder.withNamespace(String value)
Sets the default value for the
Project.namespace property. |
ProjectBuilder |
ProjectBuilder.withPathWithNamespace(String value)
Sets the default value for the
Project.pathWithNamespace property. |
ProjectBuilder |
ProjectBuilder.withSshUrl(String value)
Sets the default value for the
Project.sshUrl property. |
ProjectBuilder |
ProjectBuilder.withUrl(String value)
Sets the default value for the
Project.url property. |
ProjectBuilder |
ProjectBuilder.withVisibilityLevel(Integer value)
Sets the default value for the
Project.visibilityLevel property. |
ProjectBuilder |
ProjectBuilder.withWebUrl(String value)
Sets the default value for the
Project.webUrl property. |
Copyright © 2016. All rights reserved.