ExecutionOutcome
data class ExecutionOutcome(val resource: OutputResource?, val directory: File?, val pipeline: Pipeline)
Outcome of a pipeline execution.
Parameters
resource
the output resource produced by the pipeline, if any
directory
the directory, child of the configuration's output directory, where the output artifacts are saved
pipeline
the executed pipeline