Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
Group |
GroupApi.getGroup(int groupId)
Get all details of a group.
|
Group |
GroupApi.updateGroup(Integer groupId,
String name,
String path,
String description,
Boolean membershipLock,
Boolean shareWithGroupLock,
Visibility visibility,
Boolean lfsEnabled,
Boolean requestAccessEnabled,
Integer parentId,
Integer sharedRunnersMinutesLimit)
Creates a new project group.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupApi.getGroups()
Get a list of groups.
|
List<Group> |
GroupApi.getGroups(String search)
Get all groups that match your string in their name or path.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupApi.deleteGroup(Group group)
Removes group with all projects inside.
|
Copyright © 2017. All rights reserved.