Schnittstelle ResultHandler

Alle bekannten Implementierungsklassen:
NullResultHandler, PipelineResultHandler, RunResultHandler

public interface ResultHandler
Handles the setting of the build or stage result.
Autor:
Ullrich Hafner
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    publishResult(Result result, String message)
    Called to notify the build or stage about the new result.
    void
    Called to notify the build or stage about the result that is derived from a quality gate status.
  • Methodendetails

    • publishResult

      void publishResult(QualityGateStatus status, String message)
      Called to notify the build or stage about the result that is derived from a quality gate status.
      Parameter:
      status - the quality gate status
      message - a message that describes the cause for the result
    • publishResult

      void publishResult(Result result, String message)
      Called to notify the build or stage about the new result.
      Parameter:
      result - the result
      message - a message that describes the cause for the result