Uses of Class
de.hybris.platform.cronjob.StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder
Packages that use StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder
-
Uses of StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder in de.hybris.platform.cronjob
Methods in de.hybris.platform.cronjob that return StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.BuilderModifier and TypeMethodDescriptionStaleCronJobUnlockerTest.TestStaleCronJobUnlocker.forCurrentTenant()StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetAllNodesSupplier(Supplier<Collection<ClusterNodeInfo>> getAllNodesSupplier) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetNodesIdsFunction(Function<Collection<ClusterNodeInfo>, List<Integer>> getNodesIdsFunction) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetStaleNodesIdsFunction(BiFunction<Collection<ClusterNodeInfo>, Predicate<ClusterNodeInfo>, List<Integer>> f) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withTenant(Tenant tenant) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withUnlockCronJobsForNodeIdsConsumer(BiConsumer<Collection<Integer>, Collection<Integer>> unlockCronJobsForNodeIdsConsumer) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withUnlockCronJobsFromLocalInstanceRunnable(Runnable unlockCronJobsFromLocalInstanceRunnable)