Package com.google.gerrit.httpd
Class GitReferenceUpdatedTracker
java.lang.Object
com.google.gerrit.httpd.GitReferenceUpdatedTracker
- All Implemented Interfaces:
- GitReferenceUpdatedListener
Stores the updated refs whenever they are updated, so that we can export this information in the
 response headers.
 
This is only working for HTTP requests. WebSession is not bound outside of HTTP
 requests.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.events.GitReferenceUpdatedListenerGitReferenceUpdatedListener.Event
- 
Method SummaryModifier and TypeMethodDescriptionvoid
- 
Method Details- 
onGitReferenceUpdated- Specified by:
- onGitReferenceUpdatedin interface- GitReferenceUpdatedListener
 
 
-