Package io.jenkins.plugins.util
Interface StageResultHandler
- All Known Implementing Classes:
PipelineResultHandler
,RunResultHandler
Deprecated.
Handles the setting of the results of a stage.
- Author:
- Devin Nusbaum
-
Method Summary
-
Method Details
-
setResult
Deprecated.Called to set theResult
of a stage.- Parameters:
result
- the result to setmessage
- a message that describes the cause for the result
-
ResultHandler
instead