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. If null, no output directory was written. This can happen in case of errors or, more likely, when running in pipe mode (--pipe).

pipeline

the executed pipeline

See also

Constructors

Link copied to clipboard
constructor(resource: OutputResource?, directory: File?, pipeline: Pipeline)

Properties

Link copied to clipboard

The context of the pipeline.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard