Uses of Class
com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated.ProjectBuilder
Packages that use ProjectBuilder
-
Uses of ProjectBuilder in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated
Fields in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated declared as ProjectBuilderMethods in com.dabsquared.gitlabjenkins.gitlab.hook.model.builder.generated that return ProjectBuilderModifier 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.