AnalysisInstance interface

AnalysisInstance class models a build.

Properties

commitId

CommitId is a commit id for that instance

configuration

Analysis configuration.

createdDate

Date when the analysis was created.

instanceIdentifier

InstanceIdentifier is a key that uniquely establishes this instance

results

Results that were reported by the analysis.

url

Url is the permalink to the build.

Property Details

commitId

CommitId is a commit id for that instance

commitId: string

Property Value

string

configuration

Analysis configuration.

configuration: AnalysisConfiguration

Property Value

createdDate

Date when the analysis was created.

createdDate: Date

Property Value

Date

instanceIdentifier

InstanceIdentifier is a key that uniquely establishes this instance

instanceIdentifier: string

Property Value

string

results

Results that were reported by the analysis.

results: AnalysisResult[]

Property Value

url

Url is the permalink to the build.

url: string

Property Value

string