public static class ListBranches.BranchInfo extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,com.google.gerrit.extensions.common.ActionInfo> |
actions |
Boolean |
canDelete |
String |
ref |
String |
revision |
List<com.google.gerrit.extensions.common.WebLinkInfo> |
webLinks |
Constructor and Description |
---|
ListBranches.BranchInfo(String ref,
String revision,
boolean canDelete) |