Table of Contents

Class RunResultRepository

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public sealed class RunResultRepository
Inheritance
RunResultRepository
Inherited Members

Methods

ListRuns(string, string, int)

public IReadOnlyList<StoredRunResult> ListRuns(string projectRoot, string artifactsRelativePath, int maxCount = 25)

Parameters

projectRoot string
artifactsRelativePath string
maxCount int

Returns

IReadOnlyList<StoredRunResult>

LoadRunFromArtifactDirectory(string)

public StoredRunResult? LoadRunFromArtifactDirectory(string artifactDirectory)

Parameters

artifactDirectory string

Returns

StoredRunResult