Package jetbrains.buildServer.plugins
Interface PluginInfoLoadedListener
-
- All Superinterfaces:
EventListener
,PluginInfosBuilder
- All Known Implementing Classes:
PluginResourceUnpacker
public interface PluginInfoLoadedListener extends EventListener, PluginInfosBuilder
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 16.04.2008 Time: 19:56:31
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
notLoadedPluginFound(PluginInfo pluginInfo)
Called when plugin info was found but the plugin won't be loaded by plugin manager-
Methods inherited from interface jetbrains.buildServer.plugins.loaders.PluginInfosBuilder
pluginInfoFound
-
-
-
-
Method Detail
-
notLoadedPluginFound
default void notLoadedPluginFound(PluginInfo pluginInfo)
Called when plugin info was found but the plugin won't be loaded by plugin manager- Since:
- 2021.1
-
-