Package com.google.gerrit.server.change
Class PluginDefinedAttributesFactories
java.lang.Object
com.google.gerrit.server.change.PluginDefinedAttributesFactories
Static helpers for use by
PluginDefinedInfosFactory
implementations.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableListMultimap
<Change.Id, PluginDefinedInfo> createAll
(Collection<ChangeData> cds, DynamicOptions.BeanProvider beanProvider, Stream<Extension<ChangePluginDefinedInfoFactory>> infoFactories)
-
Method Details
-
createAll
public static com.google.common.collect.ImmutableListMultimap<Change.Id,PluginDefinedInfo> createAll(Collection<ChangeData> cds, DynamicOptions.BeanProvider beanProvider, Stream<Extension<ChangePluginDefinedInfoFactory>> infoFactories)
-