Interface ExecutionPolicy
-
- All Known Implementing Classes:
AllAtOnceExecutionPolicy,LegacyPhasedExecutionPolicy,PhasedExecutionPolicy
public interface ExecutionPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionSchedulecreateExecutionSchedule(Collection<StageExecution> stages)
-
-
-
Method Detail
-
createExecutionSchedule
ExecutionSchedule createExecutionSchedule(Collection<StageExecution> stages)
-
-