| Package | Description |
|---|---|
| com.google.gerrit.extensions.api.projects | |
| com.urswolfer.gerrit.client.rest.http.projects |
| Modifier and Type | Class and Description |
|---|---|
static class |
BranchApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
BranchApi |
ProjectApi.branch(String ref)
Look up a branch by refname.
|
BranchApi |
ProjectApi.NotImplemented.branch(String ref) |
BranchApi |
BranchApi.create(BranchInput in) |
BranchApi |
BranchApi.NotImplemented.create(BranchInput in) |
| Modifier and Type | Class and Description |
|---|---|
class |
BranchApiRestClient |
| Modifier and Type | Method and Description |
|---|---|
BranchApi |
ProjectApiRestClient.branch(String ref) |
BranchApi |
BranchApiRestClient.create(BranchInput in) |
Copyright © 2018. All rights reserved.