| Modifier and Type | Method and Description |
|---|---|
List<ThreadFlowLocation> |
ThreadFlow.getLocations()
A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result.
|
Set<ThreadFlowLocation> |
ExternalProperties.getThreadFlowLocations()
An array of threadFlowLocation objects that will be merged with a separate run.
|
Set<ThreadFlowLocation> |
Run.getThreadFlowLocations()
An array of threadFlowLocation objects cached at run level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadFlow.setLocations(List<ThreadFlowLocation> locations)
A temporally ordered array of 'threadFlowLocation' objects, each of which describes a location visited by the tool while producing the result.
|
void |
ExternalProperties.setThreadFlowLocations(Set<ThreadFlowLocation> threadFlowLocations)
An array of threadFlowLocation objects that will be merged with a separate run.
|
void |
Run.setThreadFlowLocations(Set<ThreadFlowLocation> threadFlowLocations)
An array of threadFlowLocation objects cached at run level.
|
ThreadFlow |
ThreadFlow.withLocations(List<ThreadFlowLocation> locations) |
ExternalProperties |
ExternalProperties.withThreadFlowLocations(Set<ThreadFlowLocation> threadFlowLocations) |
Run |
Run.withThreadFlowLocations(Set<ThreadFlowLocation> threadFlowLocations) |
Copyright © 2020 Contrast Security. All rights reserved.