Package org.openrewrite
Class RecipeScheduler
java.lang.Object
org.openrewrite.RecipeScheduler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscheduleRun
(Recipe recipe, LargeSourceSet sourceSet, ExecutionContext ctx, int maxCycles, int minCycles)
-
Constructor Details
-
RecipeScheduler
public RecipeScheduler()
-
-
Method Details
-
scheduleRun
public RecipeRun scheduleRun(Recipe recipe, LargeSourceSet sourceSet, ExecutionContext ctx, int maxCycles, int minCycles)
-