DashboardSnapshot(DateTimeOffset, IReadOnlyList, SigningDashboardSummary, DependencyDashboardSummary, IReadOnlyList) Constructor

Definition

Assembly PackagingTools.Core.dll

Immutable snapshot rendered by the UI dashboard.

public DashboardSnapshot(DateTimeOffset GeneratedAt, IReadOnlyList<JobRunSummary> RecentJobs, SigningDashboardSummary Signing, DependencyDashboardSummary Dependency, IReadOnlyList<ReleaseChannelSnapshot> ReleaseChannels)

Parameters

GeneratedAt
DateTimeOffset

UTC timestamp when the snapshot was produced.

RecentJobs
IReadOnlyList<JobRunSummary>

Latest job runs shown in the activity table.

Signing
SigningDashboardSummary

Signing estate summary.

Dependency
DependencyDashboardSummary

Dependency and vulnerability summary.

ReleaseChannels
IReadOnlyList<ReleaseChannelSnapshot>

Status for key release channels.