Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.ProjectBuilder
-
Uses of ProjectBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Modifier and TypeMethodDescriptionProjectBuilder.but()
Returns a clone of this builder.static ProjectBuilder
ProjectBuilder.project()
Factory Method to construct a ProjectBuilderProjectBuilder.withAvatarUrl
(String value) Sets the default value for the avatarUrl property.ProjectBuilder.withDefaultBranch
(String value) Sets the default value for the defaultBranch property.ProjectBuilder.withDescription
(String value) Sets the default value for the description property.ProjectBuilder.withHomepage
(String value) Sets the default value for the homepage property.ProjectBuilder.withHttpUrl
(String value) Sets the default value for the httpUrl property.Sets the default value for the id property.Sets the default value for the name property.ProjectBuilder.withNamespace
(String value) Sets the default value for the namespace property.ProjectBuilder.withPathWithNamespace
(String value) Sets the default value for the pathWithNamespace property.ProjectBuilder.withSshUrl
(String value) Sets the default value for the sshUrl property.Sets the default value for the url property.ProjectBuilder.withVisibilityLevel
(Integer value) Sets the default value for the visibilityLevel property.ProjectBuilder.withWebUrl
(String value) Sets the default value for the webUrl property.