Represents a build badge.

interface BuildBadge {
    buildId?: number;
    imageUrl?: string;
}

Properties

Properties

buildId?: number

The ID of the build represented by this badge.

imageUrl?: string

A link to the SVG resource.