| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.models |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GitlabNamespace> |
GitlabAPI.getNamespaces()
Get a list of the namespaces of the authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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 © 2017. All Rights Reserved.