Package com.google.gerrit.server.util
Class PluginRequestContext
- java.lang.Object
- 
- com.google.gerrit.server.util.PluginRequestContext
 
- 
- All Implemented Interfaces:
- RequestContext
 
 public class PluginRequestContext extends Object implements RequestContext RequestContext active while plugins load or unload.
- 
- 
Constructor SummaryConstructors Constructor Description PluginRequestContext(PluginUser user)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.inject.Provider<ReviewDb>getReviewDbProvider()CurrentUsergetUser()
 
- 
- 
- 
Constructor Detail- 
PluginRequestContextpublic PluginRequestContext(PluginUser user) 
 
- 
 - 
Method Detail- 
getUserpublic CurrentUser getUser() - Specified by:
- getUserin interface- RequestContext
 
 - 
getReviewDbProviderpublic com.google.inject.Provider<ReviewDb> getReviewDbProvider() - Specified by:
- getReviewDbProviderin interface- RequestContext
 
 
- 
 
-