DashboardExport(DateTimeOffset, IReadOnlyList, IReadOnlyList) Constructor

Definition

Assembly PackagingTools.Core.dll

Represents an exported snapshot payload for downstream reporting.

public DashboardExport(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> Jobs, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels)

Parameters

GeneratedAt
DateTimeOffset

UTC timestamp for the export.

Jobs
IReadOnlyList<JobRunSummary>

Job runs included in the export.

ReleaseChannels
IReadOnlyList<ReleaseChannelSnapshot>

Release channel status included in the export.