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 Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.events.GitReferenceUpdatedListener
GitReferenceUpdatedListener.Event
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
onGitReferenceUpdated
- Specified by:
onGitReferenceUpdated
in interfaceGitReferenceUpdatedListener
-