Class ReindexChangesAfterRefUpdate
java.lang.Object
com.google.gerrit.server.index.change.ReindexChangesAfterRefUpdate
- All Implemented Interfaces:
GitBatchRefUpdateListener
Listener for ref update events that reindexes changes in case the updated Git reference was used
to compute contents of an index document.
Reindexes any open changes that has a destination branch that was updated to ensure that 'mergeable' is still current.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.events.GitBatchRefUpdateListener
GitBatchRefUpdateListener.Event, GitBatchRefUpdateListener.UpdatedRef
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
onGitBatchRefUpdate
- Specified by:
onGitBatchRefUpdate
in interfaceGitBatchRefUpdateListener
-