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
-
-
-
Method Detail
-
getProjectCache
public ProjectCache getProjectCache()
-
getPermissionBackend
public PermissionBackend getPermissionBackend()
-
getGitRepositoryManager
public GitRepositoryManager getGitRepositoryManager()
-
getPluginConfigFactory
public PluginConfigFactory getPluginConfigFactory()
-
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()
-
-