| Modifier and Type | Method and Description |
|---|---|
List<Invocation> |
ExternalProperties.getInvocations()
Describes the invocation of the analysis tool that will be merged with a separate run.
|
List<Invocation> |
Run.getInvocations()
Describes the invocation of the analysis tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Conversion.setInvocation(Invocation invocation)
The runtime environment of the analysis tool run.
|
Conversion |
Conversion.withInvocation(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setInvocations(List<Invocation> invocations)
Describes the invocation of the analysis tool that will be merged with a separate run.
|
void |
Run.setInvocations(List<Invocation> invocations)
Describes the invocation of the analysis tool.
|
ExternalProperties |
ExternalProperties.withInvocations(List<Invocation> invocations) |
Run |
Run.withInvocations(List<Invocation> invocations) |
Copyright © 2020 Contrast Security. All rights reserved.