Schnittstelle StageResultHandler

Alle bekannten Implementierungsklassen:
PipelineResultHandler, RunResultHandler

@Deprecated public interface StageResultHandler
Veraltet.
use ResultHandler instead
Handles the setting of the results of a stage.
Autor:
Devin Nusbaum
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setResult(Result result, String message)
    Veraltet.
    Called to set the Result of a stage.
  • Methodendetails

    • setResult

      void setResult(Result result, String message)
      Veraltet.
      Called to set the Result of a stage.
      Parameter:
      result - the result to set
      message - a message that describes the cause for the result