Package io.jenkins.plugins.util
Schnittstelle StageResultHandler
- Alle bekannten Implementierungsklassen:
PipelineResultHandler
,RunResultHandler
public interface StageResultHandler
Handles the setting of the results of a stage.
- Autor:
- Devin Nusbaum
-
Methodenübersicht
-
Methodendetails
-
setResult
Called to set theResult
of a stage.- Parameter:
result
- the result to setmessage
- a message that describes the cause for the result
-