Package com.google.gerrit.httpd
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.events.GitReferenceUpdatedListener
GitReferenceUpdatedListener.Event
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGitReferenceUpdated(GitReferenceUpdatedListener.Event event)
-
-
-
Method Detail
-
onGitReferenceUpdated
public void onGitReferenceUpdated(GitReferenceUpdatedListener.Event event)
- Specified by:
onGitReferenceUpdated
in interfaceGitReferenceUpdatedListener
-
-