Uses of Class
jetbrains.buildServer.users.sync.RemoteDataFetcherOptions
-
Packages that use RemoteDataFetcherOptions Package Description jetbrains.buildServer.users.sync -
-
Uses of RemoteDataFetcherOptions in jetbrains.buildServer.users.sync
Subclasses of RemoteDataFetcherOptions in jetbrains.buildServer.users.sync Modifier and Type Class Description class
SynchronizerOptions
Holds the options for the synchronization.Methods in jetbrains.buildServer.users.sync with parameters of type RemoteDataFetcherOptions Modifier and Type Method Description RemoteData
MockFetcher. fetchAllRemoteData(RemoteDataFetcherOptions options)
RemoteData
RemoteDataFetcher. fetchAllRemoteData(RemoteDataFetcherOptions options)
Fetches and returns the remote data provided the options to fetch.
-