| Modifier and Type | Method and Description |
|---|---|
Set<ToolComponent> |
ExternalProperties.getExtensions()
Tool extensions that will be merged with a separate run.
|
Set<ToolComponent> |
Tool.getExtensions()
Tool extensions that contributed to or reconfigured the analysis tool that was run.
|
Set<ToolComponent> |
ExternalProperties.getPolicies()
Tool policies that will be merged with a separate run.
|
Set<ToolComponent> |
Run.getPolicies()
Contains configurations that may potentially override both reportingDescriptor.defaultConfiguration (the tool's default severities) and invocation.configurationOverrides (severities established at run-time from the command line).
|
Set<ToolComponent> |
ExternalProperties.getTaxonomies()
Tool taxonomies that will be merged with a separate run.
|
Set<ToolComponent> |
Run.getTaxonomies()
An array of toolComponent objects relevant to a taxonomy in which results are categorized.
|
Set<ToolComponent> |
ExternalProperties.getTranslations()
Tool translations that will be merged with a separate run.
|
Set<ToolComponent> |
Run.getTranslations()
The set of available translations of the localized data provided by the tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setDriver(ToolComponent driver)
A component, such as a plug-in or the driver, of the analysis tool that was run.
|
void |
Tool.setDriver(ToolComponent driver)
A component, such as a plug-in or the driver, of the analysis tool that was run.
|
ExternalProperties |
ExternalProperties.withDriver(ToolComponent driver) |
Tool |
Tool.withDriver(ToolComponent driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setExtensions(Set<ToolComponent> extensions)
Tool extensions that will be merged with a separate run.
|
void |
Tool.setExtensions(Set<ToolComponent> extensions)
Tool extensions that contributed to or reconfigured the analysis tool that was run.
|
void |
ExternalProperties.setPolicies(Set<ToolComponent> policies)
Tool policies that will be merged with a separate run.
|
void |
Run.setPolicies(Set<ToolComponent> policies)
Contains configurations that may potentially override both reportingDescriptor.defaultConfiguration (the tool's default severities) and invocation.configurationOverrides (severities established at run-time from the command line).
|
void |
ExternalProperties.setTaxonomies(Set<ToolComponent> taxonomies)
Tool taxonomies that will be merged with a separate run.
|
void |
Run.setTaxonomies(Set<ToolComponent> taxonomies)
An array of toolComponent objects relevant to a taxonomy in which results are categorized.
|
void |
ExternalProperties.setTranslations(Set<ToolComponent> translations)
Tool translations that will be merged with a separate run.
|
void |
Run.setTranslations(Set<ToolComponent> translations)
The set of available translations of the localized data provided by the tool.
|
ExternalProperties |
ExternalProperties.withExtensions(Set<ToolComponent> extensions) |
Tool |
Tool.withExtensions(Set<ToolComponent> extensions) |
ExternalProperties |
ExternalProperties.withPolicies(Set<ToolComponent> policies) |
Run |
Run.withPolicies(Set<ToolComponent> policies) |
ExternalProperties |
ExternalProperties.withTaxonomies(Set<ToolComponent> taxonomies) |
Run |
Run.withTaxonomies(Set<ToolComponent> taxonomies) |
ExternalProperties |
ExternalProperties.withTranslations(Set<ToolComponent> translations) |
Run |
Run.withTranslations(Set<ToolComponent> translations) |
Copyright © 2020 Contrast Security. All rights reserved.