Package jetbrains.buildServer.plugins
Interface PluginVersionComparator
-
- All Known Implementing Classes:
AgentPluginVersionComparator
,ServerPluginVersionComparator
public interface PluginVersionComparator
- Since:
- 6.0
- Author:
- Eugene Petrenko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginInfo
selectPluginToLoad(Collection<PluginInfo> plugins)
Select plugin from plugin collection that should be loaded
-
-
-
Method Detail
-
selectPluginToLoad
@NotNull PluginInfo selectPluginToLoad(@NotNull Collection<PluginInfo> plugins)
Select plugin from plugin collection that should be loaded- Parameters:
plugins
- collection of plugins, should not be empty- Returns:
- plugin to load
-
-