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 GroupGroupApi. createGroup(GroupParams params)Creates a new project group.GroupGroupApi. 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 GroupParamsGroupParams. withAutoDevopsEnabled(Boolean autoDevopsEnabled)GroupParamsGroupParams. withDefaultBranchProtection(GroupParams.DefaultBranchProtectionLevel defaultBranchProtection)GroupParamsGroupParams. withDescription(String description)GroupParamsGroupParams. withEmailsDisabled(Boolean emailsDisabled)GroupParamsGroupParams. withExtraSharedRunnersMinutesLimit(Integer extraSharedRunnersMinutesLimit)GroupParamsGroupParams. withFileTemplateProjectId(Integer fileTemplateProjectId)The ID of a project to load custom file templates from.GroupParamsGroupParams. withLfsEnabled(Boolean lfsEnabled)GroupParamsGroupParams. withMembershipLock(Boolean membershipLock)Prevent adding new members to project membership within this group.GroupParamsGroupParams. withName(String name)GroupParamsGroupParams. withParentId(Integer parentId)The parent group ID for creating nested group.GroupParamsGroupParams. withPath(String path)GroupParamsGroupParams. withProjectCreationLevel(GroupParams.ProjectCreationLevel projectCreationLevel)GroupParamsGroupParams. withRequestAccessEnabled(Boolean requestAccessEnabled)GroupParamsGroupParams. withRequireTwoFactorAuthentication(Boolean requireTwoFactorAuthentication)GroupParamsGroupParams. withSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit)GroupParamsGroupParams. withShareWithGroupLock(Boolean shareWithGroupLock)GroupParamsGroupParams. withSubgroupCreationLevel(GroupParams.SubgroupCreationLevel subgroupCreationLevel)GroupParamsGroupParams. withTwoFactorGracePeriod(Integer twoFactorGracePeriod)GroupParamsGroupParams. withVisibility(String visibility)