public final class StoredValues extends Object
Modifier and Type | Field and Description |
---|---|
static StoredValue<AnonymousUser> |
ANONYMOUS_USER |
static StoredValue<ChangeControl> |
CHANGE_CONTROL |
static StoredValue<ChangeData> |
CHANGE_DATA |
static StoredValue<PatchList> |
PATCH_LIST |
static StoredValue<com.google.gerrit.reviewdb.client.PatchSet> |
PATCH_SET |
static StoredValue<com.google.gerrit.reviewdb.client.PatchSetInfo> |
PATCH_SET_INFO |
static StoredValue<org.eclipse.jgit.lib.Repository> |
REPOSITORY |
static StoredValue<com.google.gerrit.reviewdb.server.ReviewDb> |
REVIEW_DB |
static StoredValue<Map<com.google.gerrit.reviewdb.client.Account.Id,IdentifiedUser>> |
USERS |
Modifier and Type | Method and Description |
---|---|
static com.google.gerrit.reviewdb.client.Change |
getChange(com.googlecode.prolog_cafe.lang.Prolog engine) |
public static final StoredValue<com.google.gerrit.reviewdb.server.ReviewDb> REVIEW_DB
public static final StoredValue<ChangeData> CHANGE_DATA
public static final StoredValue<com.google.gerrit.reviewdb.client.PatchSet> PATCH_SET
public static final StoredValue<ChangeControl> CHANGE_CONTROL
public static final StoredValue<com.google.gerrit.reviewdb.client.PatchSetInfo> PATCH_SET_INFO
public static final StoredValue<PatchList> PATCH_LIST
public static final StoredValue<org.eclipse.jgit.lib.Repository> REPOSITORY
public static final StoredValue<AnonymousUser> ANONYMOUS_USER
public static final StoredValue<Map<com.google.gerrit.reviewdb.client.Account.Id,IdentifiedUser>> USERS