Uses of Interface
jetbrains.buildServer.users.sync.Synchronizer
-
Packages that use Synchronizer Package Description jetbrains.buildServer.users.sync -
-
Uses of Synchronizer in jetbrains.buildServer.users.sync
Classes in jetbrains.buildServer.users.sync that implement Synchronizer Modifier and Type Class Description classSynchronizerImplMethods in jetbrains.buildServer.users.sync that return Synchronizer Modifier and Type Method Description SynchronizerSynchronizerManager. createOrUpdateSynchronizer(SynchronizerInfo info, RemoteDataFetcher fetcher, SynchronizerOptions options, SynchronizerStatistics statistics, UserRemoteIdProvider userRemoteIdProvider, UserGroupRemoteIdProvider userGroupRemoteIdProvider, Logger logger)Creates (or updates if already exists) a synchronizer.SynchronizerSynchronizerManagerImpl. createOrUpdateSynchronizer(SynchronizerInfo info, RemoteDataFetcher fetcher, SynchronizerOptions options, SynchronizerStatistics statistics, UserRemoteIdProvider userRemoteIdProvider, UserGroupRemoteIdProvider userGroupRemoteIdProvider, Logger logger)Methods in jetbrains.buildServer.users.sync with parameters of type Synchronizer Modifier and Type Method Description voidSynchronizerManager. removeSynchronizer(Synchronizer synchronizer)Removes the synchronizer if it is present in the manager.voidSynchronizerManagerImpl. removeSynchronizer(Synchronizer synchronizer)
-