Class AgentPluginVersionComparator
- java.lang.Object
-
- jetbrains.buildServer.agent.plugins.files.AgentPluginVersionComparator
-
- All Implemented Interfaces:
PluginVersionComparator
public class AgentPluginVersionComparator extends Object implements PluginVersionComparator
- Author:
- Eugene Petrenko Created: 19.07.2010 19:36:58
-
-
Constructor Summary
Constructors Constructor Description AgentPluginVersionComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginInfo
selectPluginToLoad(Collection<PluginInfo> plugins)
Select plugin from plugin collection that should be loaded
-
-
-
Method Detail
-
selectPluginToLoad
@NotNull public PluginInfo selectPluginToLoad(@NotNull Collection<PluginInfo> plugins)
Description copied from interface:PluginVersionComparator
Select plugin from plugin collection that should be loaded- Specified by:
selectPluginToLoad
in interfacePluginVersionComparator
- Parameters:
plugins
- collection of plugins, should not be empty- Returns:
- plugin to load
-
-