AnalysisConfiguration interface

AnalysisConfiguration class models a build definition.

Properties

analysisConfigurationDetails

Details for the configuration. Populated values depend on the type of configuration.

analysisConfigurationId

Identifier for the analysis configuration.

analysisConfigurationType

Type of the configuration.

toolName

Name of the tool that ran on this configuration.

toolVersion

The latest version of the tool that ran on this configuration.

Property Details

analysisConfigurationDetails

Details for the configuration. Populated values depend on the type of configuration.

analysisConfigurationDetails: AnalysisConfigurationDetails

Property Value

analysisConfigurationId

Identifier for the analysis configuration.

analysisConfigurationId: number

Property Value

number

analysisConfigurationType

Type of the configuration.

analysisConfigurationType: AnalysisConfigurationType

Property Value

toolName

Name of the tool that ran on this configuration.

toolName: string

Property Value

string

toolVersion

The latest version of the tool that ran on this configuration.

toolVersion: string

Property Value

string