AnalysisConfiguration interface
AnalysisConfiguration class models a build definition.
Properties
alert |
The type of alert this configuration is setup to detect. |
analysis |
Details for the configuration. Populated values depend on the type of configuration. |
analysis |
Identifier for the analysis configuration. |
analysis |
Type of the configuration. |
tool |
Name of the tool that ran on this configuration. |
tool |
The latest version of the tool that ran on this configuration. |
Property Details
alertType
The type of alert this configuration is setup to detect.
alertType: AlertType
Property Value
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