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 avatarUrl property.
|
ProjectBuilder |
ProjectBuilder.withDefaultBranch(String value)
Sets the default value for the defaultBranch property.
|
ProjectBuilder |
ProjectBuilder.withDescription(String value)
Sets the default value for the description property.
|
ProjectBuilder |
ProjectBuilder.withHomepage(String value)
Sets the default value for the homepage property.
|
ProjectBuilder |
ProjectBuilder.withHttpUrl(String value)
Sets the default value for the httpUrl property.
|
ProjectBuilder |
ProjectBuilder.withId(Integer value)
Sets the default value for the id property.
|
ProjectBuilder |
ProjectBuilder.withName(String value)
Sets the default value for the name property.
|
ProjectBuilder |
ProjectBuilder.withNamespace(String value)
Sets the default value for the namespace property.
|
ProjectBuilder |
ProjectBuilder.withPathWithNamespace(String value)
Sets the default value for the pathWithNamespace property.
|
ProjectBuilder |
ProjectBuilder.withSshUrl(String value)
Sets the default value for the sshUrl property.
|
ProjectBuilder |
ProjectBuilder.withUrl(String value)
Sets the default value for the url property.
|
ProjectBuilder |
ProjectBuilder.withVisibilityLevel(Integer value)
Sets the default value for the visibilityLevel property.
|
ProjectBuilder |
ProjectBuilder.withWebUrl(String value)
Sets the default value for the webUrl property.
|
Copyright © 2016–2022. All rights reserved.