Uses of Class
org.gitlab4j.api.models.GroupParams
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of GroupParams in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type GroupParams Modifier and Type Method Description Group
GroupApi. createGroup(GroupParams params)
Creates a new project group.Group
GroupApi. updateGroup(Object groupIdOrPath, GroupParams params)
Updates the project group. -
Uses of GroupParams in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return GroupParams Modifier and Type Method Description GroupParams
GroupParams. withAutoDevopsEnabled(Boolean autoDevopsEnabled)
GroupParams
GroupParams. withDefaultBranchProtection(GroupParams.DefaultBranchProtectionLevel defaultBranchProtection)
GroupParams
GroupParams. withDescription(String description)
GroupParams
GroupParams. withEmailsDisabled(Boolean emailsDisabled)
GroupParams
GroupParams. withExtraSharedRunnersMinutesLimit(Integer extraSharedRunnersMinutesLimit)
GroupParams
GroupParams. withFileTemplateProjectId(Integer fileTemplateProjectId)
The ID of a project to load custom file templates from.GroupParams
GroupParams. withLfsEnabled(Boolean lfsEnabled)
GroupParams
GroupParams. withMembershipLock(Boolean membershipLock)
Prevent adding new members to project membership within this group.GroupParams
GroupParams. withName(String name)
GroupParams
GroupParams. withParentId(Integer parentId)
The parent group ID for creating nested group.GroupParams
GroupParams. withPath(String path)
GroupParams
GroupParams. withProjectCreationLevel(GroupParams.ProjectCreationLevel projectCreationLevel)
GroupParams
GroupParams. withRequestAccessEnabled(Boolean requestAccessEnabled)
GroupParams
GroupParams. withRequireTwoFactorAuthentication(Boolean requireTwoFactorAuthentication)
GroupParams
GroupParams. withSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit)
GroupParams
GroupParams. withShareWithGroupLock(Boolean shareWithGroupLock)
GroupParams
GroupParams. withSubgroupCreationLevel(GroupParams.SubgroupCreationLevel subgroupCreationLevel)
GroupParams
GroupParams. withTwoFactorGracePeriod(Integer twoFactorGracePeriod)
GroupParams
GroupParams. withVisibility(String visibility)