Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected RepositoryBuilder |
RepositoryBuilder.self |
Modifier and Type | Method and Description |
---|---|
RepositoryBuilder |
RepositoryBuilder.but()
Returns a clone of this builder.
|
static RepositoryBuilder |
RepositoryBuilder.repository()
Factory Method to construct a RepositoryBuilder
|
RepositoryBuilder |
RepositoryBuilder.withDescription(String value)
Sets the default value for the
Repository.description property. |
RepositoryBuilder |
RepositoryBuilder.withGitHttpUrl(String value)
Sets the default value for the
Repository.gitHttpUrl property. |
RepositoryBuilder |
RepositoryBuilder.withGitSshUrl(String value)
Sets the default value for the
Repository.gitSshUrl property. |
RepositoryBuilder |
RepositoryBuilder.withHomepage(String value)
Sets the default value for the
Repository.homepage property. |
RepositoryBuilder |
RepositoryBuilder.withName(String value)
Sets the default value for the
Repository.name property. |
RepositoryBuilder |
RepositoryBuilder.withUrl(String value)
Sets the default value for the
Repository.url property. |
RepositoryBuilder |
RepositoryBuilder.withVisibilityLevel(Integer value)
Sets the default value for the
Repository.visibilityLevel property. |
Copyright © 2016. All rights reserved.