public static class PrologEnvironment.Args
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AnonymousUser |
getAnonymousUser() |
Emails |
getEmails() |
GitRepositoryManager |
getGitRepositoryManager() |
PatchListCache |
getPatchListCache() |
PatchSetInfoFactory |
getPatchSetInfoFactory() |
PatchSetUtil |
getPatchsetUtil() |
PermissionBackend |
getPermissionBackend() |
ProjectCache |
getProjectCache() |
IdentifiedUser.GenericFactory |
getUserFactory() |
public ProjectCache getProjectCache()
public PermissionBackend getPermissionBackend()
public GitRepositoryManager getGitRepositoryManager()
public PatchListCache getPatchListCache()
public PatchSetInfoFactory getPatchSetInfoFactory()
public IdentifiedUser.GenericFactory getUserFactory()
public AnonymousUser getAnonymousUser()
public PatchSetUtil getPatchsetUtil()
public Emails getEmails()