Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.RepositoryBuilder
-
Uses of RepositoryBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeMethodDescriptionRepositoryBuilder.but()
Returns a clone of this builder.static RepositoryBuilder
RepositoryBuilder.repository()
Factory Method to construct a RepositoryBuilderRepositoryBuilder.withDescription
(String value) Sets the default value for the description property.RepositoryBuilder.withGitHttpUrl
(String value) Sets the default value for the gitHttpUrl property.RepositoryBuilder.withGitSshUrl
(String value) Sets the default value for the gitSshUrl property.RepositoryBuilder.withHomepage
(String value) Sets the default value for the homepage property.Sets the default value for the name property.Sets the default value for the url property.RepositoryBuilder.withVisibilityLevel
(Integer value) Sets the default value for the visibilityLevel property.