Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.models |
Modifier and Type | Method and Description |
---|---|
List<GitlabNamespace> |
GitlabAPI.getNamespaces()
Get a list of the namespaces of the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
List<GitlabProjectMember> |
GitlabAPI.getNamespaceMembers(GitlabNamespace namespace)
This will fail, if the given namespace is a user and not a group
|
Modifier and Type | Method and Description |
---|---|
GitlabNamespace |
GitlabProject.getNamespace() |
Modifier and Type | Method and Description |
---|---|
void |
GitlabProject.setNamespace(GitlabNamespace namespace) |
Copyright © 2019. All rights reserved.