Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
Group |
GroupApi.createGroup(GroupParams params)
Creates a new project group.
|
Group |
GroupApi.updateGroup(Object groupIdOrPath,
GroupParams params)
Updates the project group.
|
Modifier and Type | Method and Description |
---|---|
GroupParams |
GroupParams.withAutoDevopsEnabled(Boolean autoDevopsEnabled) |
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(AccessLevel projectCreationLevel) |
GroupParams |
GroupParams.withRequestAccessEnabled(Boolean requestAccessEnabled) |
GroupParams |
GroupParams.withRequireTwoFactorAuthentication(Boolean requireTwoFactorAuthentication) |
GroupParams |
GroupParams.withSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit) |
GroupParams |
GroupParams.withShareWithGroupLock(Boolean shareWithGroupLock) |
GroupParams |
GroupParams.withSubgroupCreationLevel(AccessLevel subgroupCreationLevel) |
GroupParams |
GroupParams.withTwoFactorGracePeriod(Integer twoFactorGracePeriod) |
GroupParams |
GroupParams.withVisibility(String visibility) |
Copyright © 2019. All rights reserved.