public final class StoredValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static StoredValue<AccountCache> |
ACCOUNT_CACHE |
static StoredValue<Accounts> |
ACCOUNTS |
static StoredValue<AnonymousUser> |
ANONYMOUS_USER |
static StoredValue<ChangeData> |
CHANGE_DATA |
static StoredValue<org.eclipse.jgit.revwalk.RevCommit> |
COMMIT |
static StoredValue<Emails> |
EMAILS |
static StoredValue<PatchList> |
PATCH_LIST |
static StoredValue<PermissionBackend> |
PERMISSION_BACKEND |
static StoredValue<PluginConfigFactory> |
PLUGIN_CONFIG_FACTORY |
static StoredValue<ProjectState> |
PROJECT_STATE |
static StoredValue<GitRepositoryManager> |
REPO_MANAGER |
static StoredValue<org.eclipse.jgit.lib.Repository> |
REPOSITORY |
static StoredValue<java.util.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<Accounts> ACCOUNTS
public static final StoredValue<AccountCache> ACCOUNT_CACHE
public static final StoredValue<Emails> EMAILS
public static final StoredValue<ChangeData> CHANGE_DATA
public static final StoredValue<ProjectState> PROJECT_STATE
public static final StoredValue<org.eclipse.jgit.revwalk.RevCommit> COMMIT
public static final StoredValue<PatchList> PATCH_LIST
public static final StoredValue<GitRepositoryManager> REPO_MANAGER
public static final StoredValue<PluginConfigFactory> PLUGIN_CONFIG_FACTORY
public static final StoredValue<org.eclipse.jgit.lib.Repository> REPOSITORY
public static final StoredValue<PermissionBackend> PERMISSION_BACKEND
public static final StoredValue<AnonymousUser> ANONYMOUS_USER
public static final StoredValue<java.util.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