Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
AccessRequest |
ProjectApi.approveAccessRequest(Object projectIdOrPath,
Integer userId,
AccessLevel accessLevel)
Approve access for the specified user to the specified project.
|
AccessRequest |
GroupApi.approveAccessRequest(Object groupIdOrPath,
Integer userId,
AccessLevel accessLevel)
Approve access for the specified user to the specified group.
|
AccessRequest |
ProjectApi.requestAccess(Object projectIdOrPath)
Requests access for the authenticated user to the specified project.
|
AccessRequest |
GroupApi.requestAccess(Object groupIdOrPath)
Requests access for the authenticated user to the specified group.
|
Modifier and Type | Method and Description |
---|---|
List<AccessRequest> |
ProjectApi.getAccessRequests(Object projectIdOrPath)
Get a List of the project access requests viewable by the authenticated user.
|
List<AccessRequest> |
GroupApi.getAccessRequests(Object groupIdOrPath)
Get a List of the group access requests viewable by the authenticated user.
|
Pager<AccessRequest> |
ProjectApi.getAccessRequests(Object projectIdOrPath,
int itemsPerPage)
Get a Pager of the project access requests viewable by the authenticated user.
|
Pager<AccessRequest> |
GroupApi.getAccessRequests(Object groupIdOrPath,
int itemsPerPage)
Get a Pager of the group access requests viewable by the authenticated user.
|
Stream<AccessRequest> |
ProjectApi.getAccessRequestsStream(Object projectIdOrPath)
Get a Stream of the project access requests viewable by the authenticated user.
|
Stream<AccessRequest> |
GroupApi.getAccessRequestsStream(Object groupIdOrPath)
Get a Stream of the group access requests viewable by the authenticated user.
|
Copyright © 2020. All rights reserved.