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. WebSessionis not bound outside of HTTP requests.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.events.GitReferenceUpdatedListenerGitReferenceUpdatedListener.Event
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonGitReferenceUpdated(GitReferenceUpdatedListener.Event event)
 
- 
- 
- 
Method Detail- 
onGitReferenceUpdatedpublic void onGitReferenceUpdated(GitReferenceUpdatedListener.Event event) - Specified by:
- onGitReferenceUpdatedin interface- GitReferenceUpdatedListener
 
 
- 
 
-