Package jetbrains.buildServer.plugins
Interface PerPluginAwareRegistry
-
- All Known Implementing Classes:
BuildServerServiceLocator
,SimpleExecutorServices
,TeamCityExecutorServicesImpl
,WebAccessServiceImpl
,WebControllerManagerImpl
public interface PerPluginAwareRegistry
Registry which should be overriden in the child (per-plugin) spring context. For each such registryPerPluginAdditionalSpringContextProvider
will callcreateWrapper(String)
method and will add its result to the child context with the same name as initial registry.For simple cases
PerPluginRegistry
could be used to clean registered instances automatically. This interface is used in cases when automatic cleanup is too complicated or impossible.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisposablePerPluginRegistry
createWrapper(String pluginUUID)
-
-
-
Method Detail
-
createWrapper
@NotNull DisposablePerPluginRegistry createWrapper(@NotNull String pluginUUID)
-
-