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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentUsergetUser()
 
- 
- 
- 
Method Detail- 
getUserCurrentUser getUser() 
 
- 
 
-