Interface StageResultHandler
-
- All Known Implementing Classes:
PipelineResultHandler
,RunResultHandler
public interface StageResultHandler
Handles the setting of the results of a stage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setResult(Result result, String message)
Called to set theResult
of a stage.
-