Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Outcome |
build() |
Outcome.Builder |
copy(Outcome model) |
Outcome.Builder |
error(String error)
Errors if any, associated with the execution.
|
Outcome.Builder |
exitCode(String exitCode)
Exit Code.
|
Outcome.Builder |
output(String output)
A shortened version of Execution output.
|
public Outcome.Builder output(String output)
A shortened version of Execution output.
output
- the value to setpublic Outcome.Builder error(String error)
Errors if any, associated with the execution.
error
- the value to setpublic Outcome.Builder exitCode(String exitCode)
Exit Code.
exitCode
- the value to setpublic Outcome build()
public Outcome.Builder copy(Outcome model)
Copyright © 2016–2024. All rights reserved.