Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models | |
org.gitlab4j.api.utils | |
org.gitlab4j.api.webhook |
Modifier and Type | Method and Description |
---|---|
User |
UserApi.createUser(User user,
String password,
Integer projectsLimit)
Creates a new user.
|
User |
UserApi.getCurrentUser()
Get currently authenticated user.
|
User |
UserApi.getUser(int userId)
Get a single user.
|
User |
UserApi.getUser(String username)
Lookup a user by username.
|
User |
UserApi.modifyUser(User user,
String password,
Integer projectsLimit)
Modifies an existing user.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserApi.findUsers(String emailOrUsername)
Search users by Email or username
GET /users?search=:email_or_username
|
Pager<User> |
UserApi.findUsers(String emailOrUsername,
int itemsPerPage)
Search users by Email or username and return a Pager
GET /users?search=:email_or_username
|
List<User> |
UserApi.findUsers(String emailOrUsername,
int page,
int perPage)
Search users by Email or username in the specified page range.
|
List<User> |
UserApi.getActiveUsers()
Get a list of active users.
|
Pager<User> |
UserApi.getActiveUsers(int itemsPerPage)
Get a Pager of active users.
|
List<User> |
UserApi.getActiveUsers(int page,
int perPage)
Get a list of active users using the specified page and per page settings.
|
List<User> |
UserApi.getBlockedUsers()
Get a list of blocked users.
|
Pager<User> |
UserApi.getBlockedUsers(int itemsPerPage)
Get a Pager of blocked users.
|
List<User> |
UserApi.getblockedUsers(int page,
int perPage)
Get a list of blocked users using the specified page and per page settings.
|
List<User> |
UserApi.getUsers()
Get a list of users.
|
Pager<User> |
UserApi.getUsers(int itemsPerPage)
Get a Pager of users.
|
List<User> |
UserApi.getUsers(int page,
int perPage)
Get a list of users using the specified page and per page settings.
|
Modifier and Type | Method and Description |
---|---|
User |
UserApi.createUser(User user,
String password,
Integer projectsLimit)
Creates a new user.
|
void |
UserApi.deleteUser(User user)
Deletes a user.
|
User |
UserApi.modifyUser(User user,
String password,
Integer projectsLimit)
Modifies an existing user.
|
Modifier and Type | Method and Description |
---|---|
User |
Pipeline.getUser() |
User |
Key.getUser() |
User |
Job.getUser() |
Modifier and Type | Method and Description |
---|---|
List<User> |
MergeRequest.getApprovedBy()
Get the list of users that have approved the merge request.
|
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.setUser(User user) |
void |
Key.setUser(User user) |
void |
Job.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequest.setApprovedBy(List<User> approvedBy)
Set the list of users that have approved the merge request.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
JacksonJson.UserListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JacksonJson.UserListSerializer.serialize(List<User> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
User |
WikiPageEvent.getUser() |
User |
PipelineEvent.getUser() |
User |
PipelineEvent.Build.getUser() |
User |
NoteEvent.getUser() |
User |
MergeRequestEvent.getUser() |
User |
IssueEvent.getUser() |
User |
BuildEvent.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
WikiPageEvent.setUser(User user) |
void |
PipelineEvent.setUser(User user) |
void |
PipelineEvent.Build.setUser(User user) |
void |
NoteEvent.setUser(User user) |
void |
MergeRequestEvent.setUser(User user) |
void |
IssueEvent.setUser(User user) |
void |
BuildEvent.setUser(User user) |
Copyright © 2017. All rights reserved.