- All Superinterfaces:
- Consumer<ExecutionResult>
public interface ExecutionResultHandler
extends Consumer<ExecutionResult>
Handles the result of the execution of the train or project release. Example: You can
print the results in a table, throw exceptions when the build was faulty or just log
them when it was unstable.