Package com.google.gerrit.server.project
Class CommentLinkProvider
java.lang.Object
com.google.gerrit.server.project.CommentLinkProvider
- All Implemented Interfaces:
GerritConfigListener,com.google.inject.Provider<List<CommentLinkInfo>>,jakarta.inject.Provider<List<CommentLinkInfo>>,EventListener,javax.inject.Provider<List<CommentLinkInfo>>
public class CommentLinkProvider
extends Object
implements com.google.inject.Provider<List<CommentLinkInfo>>, GerritConfigListener
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult, ConfigUpdatedEvent.ConfigUpdateEntry> configUpdated(ConfigUpdatedEvent event) get()
-
Method Details
-
get
- Specified by:
getin interfacecom.google.inject.Provider<List<CommentLinkInfo>>- Specified by:
getin interfacejakarta.inject.Provider<List<CommentLinkInfo>>- Specified by:
getin interfacejavax.inject.Provider<List<CommentLinkInfo>>
-
configUpdated
public com.google.common.collect.Multimap<ConfigUpdatedEvent.UpdateResult,ConfigUpdatedEvent.ConfigUpdateEntry> configUpdated(ConfigUpdatedEvent event) - Specified by:
configUpdatedin interfaceGerritConfigListener
-