| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.groups | |
| com.urswolfer.gerrit.client.rest.http.groups |
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
GroupApi |
Groups.create(GroupInput input)
Create a new group.
|
GroupApi |
Groups.NotImplemented.create(GroupInput input) |
GroupApi |
Groups.create(String name)
Create a new group with the given name and default options.
|
GroupApi |
Groups.NotImplemented.create(String name) |
GroupApi |
Groups.id(String id)
Look up a group by ID.
|
GroupApi |
Groups.NotImplemented.id(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupApiRestClient |
| Modifier and Type | Method and Description |
|---|---|
GroupApi |
GroupsRestClient.create(GroupInput input) |
GroupApi |
GroupsRestClient.create(String name) |
GroupApi |
GroupsRestClient.id(String id) |
Copyright © 2018. All rights reserved.