Interface ExecutionSchedule
-
- All Known Implementing Classes:
AllAtOnceExecutionSchedule,LegacyPhasedExecutionSchedule,PhasedExecutionSchedule
public interface ExecutionSchedule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StagesScheduleResultgetStagesToSchedule()booleanisFinished()
-
-
-
Method Detail
-
getStagesToSchedule
StagesScheduleResult getStagesToSchedule()
-
isFinished
boolean isFinished()
-
-