Schnittstelle IPhaseHandler


public interface IPhaseHandler
  • Methodendetails

    • currentPhase

      Phase currentPhase()
      Get the current phase.
      Gibt zurück:
      the current Phase
    • currentPhase

      void currentPhase(Phase phase)
      Set the current phase.
      Parameter:
      phase - the new phase
    • currentPhase

      void currentPhase(String phase)
      Set the current phase.
      Parameter:
      phase - the new phase
    • phase

      Phase phase(String name)
      Get a phase from the cache.
      Parameter:
      name - the name of the phase.
      Gibt zurück:
      the Phase of the name or null if not found
    • phases

      List<Phase> phases()
      Get all cached phases.
      Gibt zurück:
      a list of all cached Phases