Class PluginResourceUnpacker
- java.lang.Object
-
- jetbrains.buildServer.web.plugins.unpacker.PluginResourceUnpacker
-
- All Implemented Interfaces:
EventListener
,PluginInfosBuilder
,PluginInfoLoadedListener
public class PluginResourceUnpacker extends Object implements PluginInfoLoadedListener
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 16.04.2008 Time: 19:45:49
-
-
Constructor Summary
Constructors Constructor Description PluginResourceUnpacker(WebResourcesUnpacker unpacker, PluginInfoLoader eventSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pluginInfoFound(PluginInfo pluginInfo)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.plugins.PluginInfoLoadedListener
notLoadedPluginFound
-
-
-
-
Constructor Detail
-
PluginResourceUnpacker
public PluginResourceUnpacker(WebResourcesUnpacker unpacker, PluginInfoLoader eventSource)
-
-
Method Detail
-
pluginInfoFound
public void pluginInfoFound(@NotNull PluginInfo pluginInfo)
- Specified by:
pluginInfoFound
in interfacePluginInfosBuilder
-
-