public class BranchResource extends ProjectResource
| Modifier and Type | Field and Description |
|---|---|
static com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<BranchResource>> |
BRANCH_KIND |
PROJECT_KIND| Constructor and Description |
|---|
BranchResource(ProjectControl control,
com.google.gerrit.extensions.api.projects.BranchInfo branchInfo) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gerrit.extensions.api.projects.BranchInfo |
getBranchInfo() |
com.google.gerrit.reviewdb.client.Branch.NameKey |
getBranchKey() |
String |
getRef() |
String |
getRevision() |
getControl, getName, getNameKey, getStatepublic static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<BranchResource>> BRANCH_KIND
public BranchResource(ProjectControl control, com.google.gerrit.extensions.api.projects.BranchInfo branchInfo)