Package com.google.gerrit.server.change
Class PluginDefinedAttributesFactories
- java.lang.Object
-
- com.google.gerrit.server.change.PluginDefinedAttributesFactories
-
public class PluginDefinedAttributesFactories extends Object
Static helpers for use byPluginDefinedAttributesFactory
implementations.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.ImmutableList<PluginDefinedInfo>
createAll(ChangeData cd, DynamicOptions.BeanProvider beanProvider, Stream<Extension<ChangeAttributeFactory>> attrFactories)
static com.google.common.collect.ImmutableListMultimap<Change.Id,PluginDefinedInfo>
createAll(Collection<ChangeData> cds, DynamicOptions.BeanProvider beanProvider, Stream<Extension<ChangePluginDefinedInfoFactory>> infoFactories)
-
-
-
Method Detail
-
createAll
public static com.google.common.collect.ImmutableList<PluginDefinedInfo> createAll(ChangeData cd, DynamicOptions.BeanProvider beanProvider, Stream<Extension<ChangeAttributeFactory>> attrFactories)
-
createAll
public static com.google.common.collect.ImmutableListMultimap<Change.Id,PluginDefinedInfo> createAll(Collection<ChangeData> cds, DynamicOptions.BeanProvider beanProvider, Stream<Extension<ChangePluginDefinedInfoFactory>> infoFactories)
-
-