Class RunResult
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record RunResult : IEquatable<RunResult>
- Inheritance
-
RunResult
- Implements
-
- Inherited Members
-
Properties
ArtifactIndex
public ArtifactIndex ArtifactIndex { get; init; }
Property Value
- ArtifactIndex
Diagnostics
public IReadOnlyList<Diagnostic> Diagnostics { get; init; }
Property Value
- IReadOnlyList<Diagnostic>
Flows
public IReadOnlyList<FlowRunResult> Flows { get; init; }
Property Value
- IReadOnlyList<FlowRunResult>
Invocation
public RunInvocation Invocation { get; init; }
Property Value
- RunInvocation
public RunMetadata Metadata { get; init; }
Property Value
- RunMetadata
Passed
public bool Passed { get; }
Property Value
- bool
Reports
public IReadOnlyDictionary<string, string> Reports { get; init; }
Property Value
- IReadOnlyDictionary<string, string>
Version
public int Version { get; init; }
Property Value
- int