Package com.google.gerrit.server.change
Interface PluginDefinedInfosFactory
- All Known Implementing Classes:
ChangeQueryProcessor
public interface PluginDefinedInfosFactory
Interface to generate
PluginDefinedInfo
s from registered
ChangePluginDefinedInfoFactory
s.
See the plugin developer documentation for more details and examples.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableListMultimap<Change.Id,
PluginDefinedInfo> Create a plugin-provided info field from all the plugins for each of the providedChangeData
s.
-
Method Details
-
createPluginDefinedInfos
com.google.common.collect.ImmutableListMultimap<Change.Id,PluginDefinedInfo> createPluginDefinedInfos(Collection<ChangeData> cds) Create a plugin-provided info field from all the plugins for each of the providedChangeData
s.- Parameters:
cds
- changes.- Returns:
- map of the all plugin's special infos for each change.
-