Uses of Class
org.gitlab4j.api.models.GroupParams
Packages that use GroupParams
-
Uses of GroupParams in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type GroupParamsModifier and TypeMethodDescriptionGroupApi.createGroup(GroupParams params) Creates a new project 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 GroupParamsModifier and TypeMethodDescriptionGroupParams.withAutoDevopsEnabled(Boolean autoDevopsEnabled) GroupParams.withDefaultBranchProtection(GroupParams.DefaultBranchProtectionLevel defaultBranchProtection) GroupParams.withDescription(String description) GroupParams.withEmailsDisabled(Boolean emailsDisabled) GroupParams.withExtraSharedRunnersMinutesLimit(Integer extraSharedRunnersMinutesLimit) GroupParams.withFileTemplateProjectId(Long fileTemplateProjectId) The ID of a project to load custom file templates from.GroupParams.withLfsEnabled(Boolean lfsEnabled) GroupParams.withMembershipLock(Boolean membershipLock) Prevent adding new members to project membership within this group.GroupParams.withParentId(Long parentId) The parent group ID for creating nested group.GroupParams.withProjectCreationLevel(GroupParams.ProjectCreationLevel projectCreationLevel) GroupParams.withRequestAccessEnabled(Boolean requestAccessEnabled) GroupParams.withRequireTwoFactorAuthentication(Boolean requireTwoFactorAuthentication) GroupParams.withSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit) GroupParams.withShareWithGroupLock(Boolean shareWithGroupLock) GroupParams.withSubgroupCreationLevel(GroupParams.SubgroupCreationLevel subgroupCreationLevel) GroupParams.withTwoFactorGracePeriod(Integer twoFactorGracePeriod) GroupParams.withVisibility(String visibility)