Package com.google.gerrit.server.util
Interface RequestContext
-
- All Known Implementing Classes:
EmailReviewComments
,FallbackRequestContext
,ManualRequestContext
,PluginRequestContext
,ServerRequestContext
public interface RequestContext
The 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 CurrentUser
getUser()
-
-
-
Method Detail
-
getUser
CurrentUser getUser()
-
-