Class PluginUnpackersHolderImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.plugins.files.PluginUnpackersHolderImpl
-
- All Implemented Interfaces:
PluginUnpackersHolder
public class PluginUnpackersHolderImpl extends Object implements PluginUnpackersHolder
- Author:
- Maxim.Manuylov Date: 20.11.13
-
-
Constructor Summary
Constructors Constructor Description PluginUnpackersHolderImpl(List<AgentPluginZipUnpacker> unpackers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AgentPluginZipUnpacker>
getUnpackers()
-
-
-
Constructor Detail
-
PluginUnpackersHolderImpl
public PluginUnpackersHolderImpl(@NotNull List<AgentPluginZipUnpacker> unpackers)
-
-
Method Detail
-
getUnpackers
@NotNull public List<AgentPluginZipUnpacker> getUnpackers()
- Specified by:
getUnpackers
in interfacePluginUnpackersHolder
-
-