| Modifier and Type | Method and Description |
|---|---|
Conversion |
ExternalProperties.getConversion()
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
|
Conversion |
Run.getConversion()
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
|
Conversion |
Conversion.withAnalysisToolLogFiles(Set<ArtifactLocation> analysisToolLogFiles) |
Conversion |
Conversion.withInvocation(Invocation invocation) |
Conversion |
Conversion.withProperties(PropertyBag properties) |
Conversion |
Conversion.withTool(Tool tool) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setConversion(Conversion conversion)
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
|
void |
Run.setConversion(Conversion conversion)
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
|
ExternalProperties |
ExternalProperties.withConversion(Conversion conversion) |
Run |
Run.withConversion(Conversion conversion) |
Copyright © 2020 Contrast Security. All rights reserved.