Uses of Interface
jetbrains.buildServer.StampedExtensionsSupplier
-
Packages that use StampedExtensionsSupplier Package Description jetbrains.buildServer jetbrains.buildServer.serverSide.impl -
-
Uses of StampedExtensionsSupplier in jetbrains.buildServer
Methods in jetbrains.buildServer that return StampedExtensionsSupplier Modifier and Type Method Description <T extends TeamCityExtension,CONTEXT,TARGET>
StampedExtensionsSupplier<CONTEXT,TARGET>ExtendableServiceLocator. getStampedExtensionsSupplier(Class<T> extensionClass, Function<StampedExtensionsSupplier.StoredData<CONTEXT,Collection<T>>,TARGET> converter)
<T extends TeamCityExtension,CONTEXT,TARGET>
StampedExtensionsSupplier<CONTEXT,TARGET>ExtensionsProvider. getStampedExtensionsSupplier(Class<T> extensionClass, Function<StampedExtensionsSupplier.StoredData<CONTEXT,Collection<T>>,TARGET> converter)
Live suppler of extensions. -
Uses of StampedExtensionsSupplier in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return StampedExtensionsSupplier Modifier and Type Method Description <T extends TeamCityExtension,CONTEXT,TARGET>
StampedExtensionsSupplier<CONTEXT,TARGET>BuildServerImpl. getStampedExtensionsSupplier(Class<T> extensionClass, Function<StampedExtensionsSupplier.StoredData<CONTEXT,Collection<T>>,TARGET> converter)
-