Package com.google.gerrit.server.util
Interface RequestContext
-
- All Known Implementing Classes:
EmailReviewComments,FallbackRequestContext,ManualRequestContext,PluginRequestContext,ServerRequestContext
public interface RequestContextThe RequestContext is an interface exposing the fields that are needed by the GerritGlobalModule scope.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.inject.Provider<ReviewDb>getReviewDbProvider()CurrentUsergetUser()
-
-
-
Method Detail
-
getUser
CurrentUser getUser()
-
getReviewDbProvider
com.google.inject.Provider<ReviewDb> getReviewDbProvider()
-
-