Uses of Class
org.miaixz.bus.gitlab.models.GroupParams
Packages that use GroupParams
-
Uses of GroupParams in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return GroupParamsModifier and TypeMethodDescriptionGroupParams.withAutoDevopsEnabled(Boolean autoDevopsEnabled) GroupParams.withDefaultBranchProtection(Constants.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.withPreventForkingOutsideGroup(Boolean preventForkingOutsideGroup) GroupParams.withPreventSharingGroupsOutsideHierarchy(Boolean preventSharingGroupsOutsideHierarchy) GroupParams.withProjectCreationLevel(Constants.ProjectCreationLevel projectCreationLevel) GroupParams.withRequestAccessEnabled(Boolean requestAccessEnabled) GroupParams.withRequireTwoFactorAuthentication(Boolean requireTwoFactorAuthentication) GroupParams.withSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit) GroupParams.withShareWithGroupLock(Boolean shareWithGroupLock) GroupParams.withSubgroupCreationLevel(Constants.SubgroupCreationLevel subgroupCreationLevel) GroupParams.withTwoFactorGracePeriod(Integer twoFactorGracePeriod) GroupParams.withVisibility(String visibility)