Represents metadata about builds in the system.

interface BuildMetric {
    date?: Date;
    intValue?: number;
    name?: string;
    scope?: string;
}

Properties

date?: Date

The date for the scope.

intValue?: number

The value.

name?: string

The name of the metric.

scope?: string

The scope.