static StatementOutput.Builder |
StatementOutput.builder() |
|
default StatementOutput.Builder |
StatementOutput.Builder.data(Consumer<StatementOutputData.Builder> data) |
The code execution output.
|
StatementOutput.Builder |
StatementOutput.Builder.data(StatementOutputData data) |
The code execution output.
|
StatementOutput.Builder |
StatementOutput.Builder.errorName(String errorName) |
The name of the error in the output.
|
StatementOutput.Builder |
StatementOutput.Builder.errorValue(String errorValue) |
The error value of the output.
|
StatementOutput.Builder |
StatementOutput.Builder.executionCount(Integer executionCount) |
The execution count of the output.
|
StatementOutput.Builder |
StatementOutput.Builder.status(String status) |
The status of the code execution output.
|
StatementOutput.Builder |
StatementOutput.Builder.status(StatementState status) |
The status of the code execution output.
|
StatementOutput.Builder |
StatementOutput.toBuilder() |
|
StatementOutput.Builder |
StatementOutput.Builder.traceback(String... traceback) |
The traceback of the output.
|
StatementOutput.Builder |
StatementOutput.Builder.traceback(Collection<String> traceback) |
The traceback of the output.
|