Package jetbrains.buildServer.plugins
Class PluginsLookupCollector.CyclicDependenciesPluginInfoFilter
- java.lang.Object
-
- jetbrains.buildServer.plugins.PluginsLookupCollector.CyclicDependenciesPluginInfoFilter
-
- All Implemented Interfaces:
PluginsLookupCollector.PluginInfoFilter
- Enclosing class:
- PluginsLookupCollector
public static class PluginsLookupCollector.CyclicDependenciesPluginInfoFilter extends Object implements PluginsLookupCollector.PluginInfoFilter
-
-
Constructor Summary
Constructors Constructor Description CyclicDependenciesPluginInfoFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<List<PluginInfo>,List<NotLoadedPlugin>>
processPlugins(List<PluginInfo> infos, List<NotLoadedPlugin> notLoadable, Collection<PluginData> alreadyLoadedPlugins)
-
-
-
Method Detail
-
processPlugins
@NotNull public Pair<List<PluginInfo>,List<NotLoadedPlugin>> processPlugins(@NotNull List<PluginInfo> infos, @NotNull List<NotLoadedPlugin> notLoadable, @NotNull Collection<PluginData> alreadyLoadedPlugins)
- Specified by:
processPlugins
in interfacePluginsLookupCollector.PluginInfoFilter
-
-