AnalysisInstance interface

AnalysisInstance 类对构建进行建模。

属性

commitId

CommitId 是该实例的提交 ID

configuration

分析配置。

createdDate

创建分析的日期。

instanceIdentifier

InstanceIdentifier 是唯一建立此实例的键

results

分析报告的结果。

url

Url 是构建的永久链接。

属性详细信息

commitId

CommitId 是该实例的提交 ID

commitId: string

属性值

string

configuration

分析配置。

configuration: AnalysisConfiguration

属性值

createdDate

创建分析的日期。

createdDate: Date

属性值

Date

instanceIdentifier

InstanceIdentifier 是唯一建立此实例的键

instanceIdentifier: string

属性值

string

results

分析报告的结果。

results: AnalysisResult[]

属性值

url

Url 是构建的永久链接。

url: string

属性值

string