Class GitReferenceUpdatedTracker

java.lang.Object
com.google.gerrit.httpd.GitReferenceUpdatedTracker
All Implemented Interfaces:
GitReferenceUpdatedListener

public class GitReferenceUpdatedTracker extends Object implements 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.