Package com.google.gerrit.server.rules
Class StoredValues
- java.lang.Object
-
- com.google.gerrit.server.rules.StoredValues
-
public final class StoredValues extends Object
-
-
Field Summary
Fields Modifier and Type Field 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<Map<String,FileDiffOutput>>
DIFF_LIST
static StoredValue<Emails>
EMAILS
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<Map<Account.Id,IdentifiedUser>>
USERS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Change
getChange(com.googlecode.prolog_cafe.lang.Prolog engine)
static PatchSet
getPatchSet(com.googlecode.prolog_cafe.lang.Prolog engine)
-
-
-
Field Detail
-
ACCOUNTS
public static final StoredValue<Accounts> ACCOUNTS
-
ACCOUNT_CACHE
public static final StoredValue<AccountCache> ACCOUNT_CACHE
-
EMAILS
public static final StoredValue<Emails> EMAILS
-
CHANGE_DATA
public static final StoredValue<ChangeData> CHANGE_DATA
-
PROJECT_STATE
public static final StoredValue<ProjectState> PROJECT_STATE
-
COMMIT
public static final StoredValue<org.eclipse.jgit.revwalk.RevCommit> COMMIT
-
DIFF_LIST
public static final StoredValue<Map<String,FileDiffOutput>> DIFF_LIST
-
REPO_MANAGER
public static final StoredValue<GitRepositoryManager> REPO_MANAGER
-
PLUGIN_CONFIG_FACTORY
public static final StoredValue<PluginConfigFactory> PLUGIN_CONFIG_FACTORY
-
REPOSITORY
public static final StoredValue<org.eclipse.jgit.lib.Repository> REPOSITORY
-
PERMISSION_BACKEND
public static final StoredValue<PermissionBackend> PERMISSION_BACKEND
-
ANONYMOUS_USER
public static final StoredValue<AnonymousUser> ANONYMOUS_USER
-
USERS
public static final StoredValue<Map<Account.Id,IdentifiedUser>> USERS
-
-
Method Detail
-
getChange
public static Change getChange(com.googlecode.prolog_cafe.lang.Prolog engine) throws com.googlecode.prolog_cafe.exceptions.SystemException
- Throws:
com.googlecode.prolog_cafe.exceptions.SystemException
-
getPatchSet
public static PatchSet getPatchSet(com.googlecode.prolog_cafe.lang.Prolog engine) throws com.googlecode.prolog_cafe.exceptions.SystemException
- Throws:
com.googlecode.prolog_cafe.exceptions.SystemException
-
-