| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.access | |
| com.google.gerrit.extensions.api.projects | |
| com.urswolfer.gerrit.client.rest.http.projects |
| Modifier and Type | Field and Description |
|---|---|
ProjectInfo |
ProjectAccessInfo.inheritsFrom |
| Modifier and Type | Method and Description |
|---|---|
ProjectInfo |
ChildProjectApi.get() |
ProjectInfo |
ChildProjectApi.NotImplemented.get() |
ProjectInfo |
ProjectApi.get() |
ProjectInfo |
ProjectApi.NotImplemented.get() |
ProjectInfo |
ChildProjectApi.get(boolean recursive) |
ProjectInfo |
ChildProjectApi.NotImplemented.get(boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectInfo> |
ProjectApi.children() |
List<ProjectInfo> |
ProjectApi.NotImplemented.children() |
List<ProjectInfo> |
ProjectApi.children(boolean recursive) |
List<ProjectInfo> |
ProjectApi.NotImplemented.children(boolean recursive) |
List<ProjectInfo> |
Projects.ListRequest.get() |
abstract List<ProjectInfo> |
Projects.QueryRequest.get()
Execute query and returns the matched projects as list.
|
abstract SortedMap<String,ProjectInfo> |
Projects.ListRequest.getAsMap() |
| Modifier and Type | Method and Description |
|---|---|
ProjectInfo |
ProjectApiRestClient.get() |
ProjectInfo |
ProjectsParser.parseSingleProjectInfo(com.google.gson.JsonElement result) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,ProjectInfo> |
ProjectsParser.parseProjectInfos(com.google.gson.JsonElement result) |
Copyright © 2018. All rights reserved.