Package com.google.gerrit.server.rules
Class PrologEnvironment.Args
- java.lang.Object
-
- com.google.gerrit.server.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()
Emails
getEmails()
GitRepositoryManager
getGitRepositoryManager()
PatchListCache
getPatchListCache()
PatchSetInfoFactory
getPatchSetInfoFactory()
PatchSetUtil
getPatchsetUtil()
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()
-
getPatchsetUtil
public PatchSetUtil getPatchsetUtil()
-
getEmails
public Emails getEmails()
-
-