Package com.google.gerrit.rules
Class PrologEnvironment.Args
- java.lang.Object
-
- com.google.gerrit.rules.PrologEnvironment.Args
-
- Enclosing class:
- PrologEnvironment
public static class PrologEnvironment.Args extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnonymousUser
getAnonymousUser()
GitRepositoryManager
getGitRepositoryManager()
PatchListCache
getPatchListCache()
PatchSetInfoFactory
getPatchSetInfoFactory()
PermissionBackend
getPermissionBackend()
ProjectCache
getProjectCache()
IdentifiedUser.GenericFactory
getUserFactory()
-
-
-
Method Detail
-
getProjectCache
public ProjectCache getProjectCache()
-
getPermissionBackend
public PermissionBackend getPermissionBackend()
-
getGitRepositoryManager
public GitRepositoryManager getGitRepositoryManager()
-
getPatchListCache
public PatchListCache getPatchListCache()
-
getPatchSetInfoFactory
public PatchSetInfoFactory getPatchSetInfoFactory()
-
getUserFactory
public IdentifiedUser.GenericFactory getUserFactory()
-
getAnonymousUser
public AnonymousUser getAnonymousUser()
-
-