BuildReportMetadata interface
Represents information about a build report.
Properties
build |
The Id of the build. |
content | The content of the report. |
type | The type of the report. |
Property Details
buildId
The Id of the build.
buildId: number
Property Value
number
content
The content of the report.
content: string
Property Value
string
type
The type of the report.
type: string
Property Value
string