Uses of Class
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.GroupBuilder
-
Uses of GroupBuilder in com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated
Modifier and TypeMethodDescriptionGroupBuilder.but()
Returns a clone of this builder.static GroupBuilder
GroupBuilder.group()
Factory Method to construct a GroupBuilderGroupBuilder.withAvatarUrl
(String value) Sets the default value for the avatarUrl property.GroupBuilder.withDefaultBranchProtection
(Integer value) Sets the default value for the defaultBranchProtection property.GroupBuilder.withDescription
(String value) Sets the default value for the description property.GroupBuilder.withFullName
(String value) Sets the default value for the fullName property.GroupBuilder.withFullPath
(String value) Sets the default value for the fullPath property.Sets the default value for the id property.GroupBuilder.withMarkedForDeletionOn
(String value) Sets the default value for the markedForDeletionOn property.Sets the default value for the name property.GroupBuilder.withParentId
(Integer value) Sets the default value for the parentId property.Sets the default value for the path property.GroupBuilder.withRequestAccessEnabled
(Boolean value) Sets the default value for the requestAccessEnabled property.GroupBuilder.withVisibility
(String value) Sets the default value for the visibility property.GroupBuilder.withWebUrl
(String value) Sets the default value for the webUrl property.