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,
ListBranches.BranchInfo branchInfo) |
Modifier and Type | Method and Description |
---|---|
ListBranches.BranchInfo |
getBranchInfo() |
com.google.gerrit.reviewdb.client.Branch.NameKey |
getBranchKey() |
String |
getRef() |
String |
getRevision() |
getControl, getName, getNameKey, getState
public static final com.google.inject.TypeLiteral<com.google.gerrit.extensions.restapi.RestView<BranchResource>> BRANCH_KIND
public BranchResource(ProjectControl control, ListBranches.BranchInfo branchInfo)
public ListBranches.BranchInfo getBranchInfo()
public com.google.gerrit.reviewdb.client.Branch.NameKey getBranchKey()
public String getRef()
public String getRevision()