Table of Contents

Class StepRunResult

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record StepRunResult : IEquatable<StepRunResult>
Inheritance
StepRunResult
Implements
Inherited Members

Properties

Artifacts

public IReadOnlyList<EvidenceArtifact> Artifacts { get; init; }

Property Value

IReadOnlyList<EvidenceArtifact>

Attempt

public int Attempt { get; init; }

Property Value

int

Driver

public string? Driver { get; init; }

Property Value

string

DurationMs

public double DurationMs { get; init; }

Property Value

double

EndedAt

public DateTimeOffset EndedAt { get; init; }

Property Value

DateTimeOffset

FailureClassification

public string? FailureClassification { get; init; }

Property Value

string

Inputs

public IReadOnlyDictionary<string, string> Inputs { get; init; }

Property Value

IReadOnlyDictionary<string, string>

Kind

public string Kind { get; init; }

Property Value

string

Message

public string? Message { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Outcome

public RunOutcome Outcome { get; init; }

Property Value

RunOutcome

Owner

public string? Owner { get; init; }

Property Value

string

StartedAt

public DateTimeOffset StartedAt { get; init; }

Property Value

DateTimeOffset