Interface PluginDefinedInfosFactory

All Known Implementing Classes:
ChangeQueryProcessor

public interface PluginDefinedInfosFactory
Interface to generate PluginDefinedInfos from registered ChangePluginDefinedInfoFactorys.

See the plugin developer documentation for more details and examples.

  • 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 provided ChangeDatas.
      Parameters:
      cds - changes.
      Returns:
      map of the all plugin's special infos for each change.