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<CurrentUser> |
CURRENT_USER |
static StoredValue<PatchList> |
PATCH_LIST |
static StoredValue<PatchSetInfo> |
PATCH_SET_INFO |
static StoredValue<org.eclipse.jgit.lib.Repository> |
REPOSITORY |
static StoredValue<ReviewDb> |
REVIEW_DB |
static StoredValue<Map<Account.Id,IdentifiedUser>> |
USERS |
Modifier and Type | Method and Description |
---|---|
static Change |
getChange(com.googlecode.prolog_cafe.lang.Prolog engine) |
static PatchSet |
getPatchSet(com.googlecode.prolog_cafe.lang.Prolog engine) |
public static final StoredValue<ReviewDb> REVIEW_DB
public static final StoredValue<ChangeData> CHANGE_DATA
public static final StoredValue<ChangeControl> CHANGE_CONTROL
public static final StoredValue<CurrentUser> CURRENT_USER
public static final StoredValue<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<Account.Id,IdentifiedUser>> USERS
public static Change getChange(com.googlecode.prolog_cafe.lang.Prolog engine) throws com.googlecode.prolog_cafe.exceptions.SystemException
com.googlecode.prolog_cafe.exceptions.SystemException
public static PatchSet getPatchSet(com.googlecode.prolog_cafe.lang.Prolog engine) throws com.googlecode.prolog_cafe.exceptions.SystemException
com.googlecode.prolog_cafe.exceptions.SystemException