Interface PhaseManager
-
- All Known Implementing Classes:
AbstractInterleavingPhaseManager,AbstractSequentialPhaseManager,DefaultDynamicInterleavingPhaseManager,DefaultGeneratingInterleavingPhaseManager,DefaultGeneratingSequentialPhaseManager,DefaultTestingInterleavingPhaseManager,DefaultTestingSequentialPhaseManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PhaseManager
Manages differentPhases
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Runs the automation of the phases defined in the manager
-