| Modifier and Type | Method and Description |
|---|---|
ExternalPropertyFileReference |
ExternalPropertyFileReferences.getConversion()
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
ExternalPropertyFileReference |
ExternalPropertyFileReferences.getDriver()
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
ExternalPropertyFileReference |
ExternalPropertyFileReferences.getExternalizedProperties()
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
ExternalPropertyFileReference |
ExternalPropertyFileReference.withGuid(String guid) |
ExternalPropertyFileReference |
ExternalPropertyFileReference.withItemCount(Integer itemCount) |
ExternalPropertyFileReference |
ExternalPropertyFileReference.withLocation(ArtifactLocation location) |
ExternalPropertyFileReference |
ExternalPropertyFileReference.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getAddresses()
An array of external property files containing run.addresses arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getArtifacts()
An array of external property files containing run.artifacts arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getExtensions()
An array of external property files containing run.extensions arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getGraphs()
An array of external property files containing a run.graphs object to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getInvocations()
An array of external property files containing run.invocations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getLogicalLocations()
An array of external property files containing run.logicalLocations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getPolicies()
An array of external property files containing run.policies arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getResults()
An array of external property files containing run.results arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getTaxonomies()
An array of external property files containing run.taxonomies arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getThreadFlowLocations()
An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getTranslations()
An array of external property files containing run.translations arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getWebRequests()
An array of external property files containing run.requests arrays to be merged with the root log file.
|
Set<ExternalPropertyFileReference> |
ExternalPropertyFileReferences.getWebResponses()
An array of external property files containing run.responses arrays to be merged with the root log file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalPropertyFileReferences.setConversion(ExternalPropertyFileReference conversion)
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
void |
ExternalPropertyFileReferences.setDriver(ExternalPropertyFileReference driver)
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
void |
ExternalPropertyFileReferences.setExternalizedProperties(ExternalPropertyFileReference externalizedProperties)
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
|
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withConversion(ExternalPropertyFileReference conversion) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withDriver(ExternalPropertyFileReference driver) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withExternalizedProperties(ExternalPropertyFileReference externalizedProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalPropertyFileReferences.setAddresses(Set<ExternalPropertyFileReference> addresses)
An array of external property files containing run.addresses arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setArtifacts(Set<ExternalPropertyFileReference> artifacts)
An array of external property files containing run.artifacts arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setExtensions(Set<ExternalPropertyFileReference> extensions)
An array of external property files containing run.extensions arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setGraphs(Set<ExternalPropertyFileReference> graphs)
An array of external property files containing a run.graphs object to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setInvocations(Set<ExternalPropertyFileReference> invocations)
An array of external property files containing run.invocations arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setLogicalLocations(Set<ExternalPropertyFileReference> logicalLocations)
An array of external property files containing run.logicalLocations arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setPolicies(Set<ExternalPropertyFileReference> policies)
An array of external property files containing run.policies arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setResults(Set<ExternalPropertyFileReference> results)
An array of external property files containing run.results arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setTaxonomies(Set<ExternalPropertyFileReference> taxonomies)
An array of external property files containing run.taxonomies arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setThreadFlowLocations(Set<ExternalPropertyFileReference> threadFlowLocations)
An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setTranslations(Set<ExternalPropertyFileReference> translations)
An array of external property files containing run.translations arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setWebRequests(Set<ExternalPropertyFileReference> webRequests)
An array of external property files containing run.requests arrays to be merged with the root log file.
|
void |
ExternalPropertyFileReferences.setWebResponses(Set<ExternalPropertyFileReference> webResponses)
An array of external property files containing run.responses arrays to be merged with the root log file.
|
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withAddresses(Set<ExternalPropertyFileReference> addresses) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withArtifacts(Set<ExternalPropertyFileReference> artifacts) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withExtensions(Set<ExternalPropertyFileReference> extensions) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withGraphs(Set<ExternalPropertyFileReference> graphs) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withInvocations(Set<ExternalPropertyFileReference> invocations) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withLogicalLocations(Set<ExternalPropertyFileReference> logicalLocations) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withPolicies(Set<ExternalPropertyFileReference> policies) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withResults(Set<ExternalPropertyFileReference> results) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withTaxonomies(Set<ExternalPropertyFileReference> taxonomies) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withThreadFlowLocations(Set<ExternalPropertyFileReference> threadFlowLocations) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withTranslations(Set<ExternalPropertyFileReference> translations) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withWebRequests(Set<ExternalPropertyFileReference> webRequests) |
ExternalPropertyFileReferences |
ExternalPropertyFileReferences.withWebResponses(Set<ExternalPropertyFileReference> webResponses) |
Copyright © 2020 Contrast Security. All rights reserved.