AnalysisInstance class models a build.

interface AnalysisInstance {
    commitId?: string;
    configuration?: AnalysisConfiguration;
    createdDate?: Date;
    instanceIdentifier?: string;
    results?: AnalysisResult[];
    url?: string;
}

Properties

commitId?: string

CommitId is a commit id for that instance

configuration?: AnalysisConfiguration

Analysis configuration.

createdDate?: Date

Date when the analysis was created.

instanceIdentifier?: string

InstanceIdentifier is a key that uniquely establishes this instance

results?: AnalysisResult[]

Results that were reported by the analysis.

url?: string

Url is the permalink to the build.