Interface StageResultHandler

All Known Implementing Classes:
PipelineResultHandler, RunResultHandler

@Deprecated public interface StageResultHandler
Deprecated.
use ResultHandler instead
Handles the setting of the results of a stage.
Author:
Devin Nusbaum
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setResult(Result result, String message)
    Deprecated.
    Called to set the Result of a stage.
  • Method Details

    • setResult

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