Package jetbrains.buildServer.plugins
Interface PerPluginAwareRegistry
-
- All Known Implementing Classes:
BuildServerServiceLocator,SimpleExecutorServices,TeamCityExecutorServicesImpl,WebAccessServiceImpl,WebControllerManagerImpl
public interface PerPluginAwareRegistryRegistry which should be overriden in the child (per-plugin) spring context. For each such registryPerPluginAdditionalSpringContextProviderwill callcreateWrapper(String)method and will add its result to the child context with the same name as initial registry.For simple cases
PerPluginRegistrycould 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 DisposablePerPluginRegistrycreateWrapper(String pluginUUID)
-
-
-
Method Detail
-
createWrapper
@NotNull DisposablePerPluginRegistry createWrapper(@NotNull String pluginUUID)
-
-