ExternalPropertyFileReferences

@Serializable
data class ExternalPropertyFileReferences(val addresses: List<ExternalPropertyFileReference>? = null, val artifacts: List<ExternalPropertyFileReference>? = null, val conversion: ExternalPropertyFileReference? = null, val driver: ExternalPropertyFileReference? = null, val extensions: List<ExternalPropertyFileReference>? = null, val externalizedProperties: ExternalPropertyFileReference? = null, val graphs: List<ExternalPropertyFileReference>? = null, val invocations: List<ExternalPropertyFileReference>? = null, val logicalLocations: List<ExternalPropertyFileReference>? = null, val policies: List<ExternalPropertyFileReference>? = null, val properties: PropertyBag? = null, val results: List<ExternalPropertyFileReference>? = null, val taxonomies: List<ExternalPropertyFileReference>? = null, val threadFlowLocations: List<ExternalPropertyFileReference>? = null, val translations: List<ExternalPropertyFileReference>? = null, val webRequests: List<ExternalPropertyFileReference>? = null, val webResponses: List<ExternalPropertyFileReference>? = null)

References to external property files that should be inlined with the content of a root log file.

Constructors

Link copied to clipboard
constructor(addresses: List<ExternalPropertyFileReference>? = null, artifacts: List<ExternalPropertyFileReference>? = null, conversion: ExternalPropertyFileReference? = null, driver: ExternalPropertyFileReference? = null, extensions: List<ExternalPropertyFileReference>? = null, externalizedProperties: ExternalPropertyFileReference? = null, graphs: List<ExternalPropertyFileReference>? = null, invocations: List<ExternalPropertyFileReference>? = null, logicalLocations: List<ExternalPropertyFileReference>? = null, policies: List<ExternalPropertyFileReference>? = null, properties: PropertyBag? = null, results: List<ExternalPropertyFileReference>? = null, taxonomies: List<ExternalPropertyFileReference>? = null, threadFlowLocations: List<ExternalPropertyFileReference>? = null, translations: List<ExternalPropertyFileReference>? = null, webRequests: List<ExternalPropertyFileReference>? = null, webResponses: List<ExternalPropertyFileReference>? = null)

Properties

Link copied to clipboard

An array of external property files containing run.addresses arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.artifacts arrays to be merged with the root log file.

Link copied to clipboard

An external property file containing a run.conversion object to be merged with the root log file.

Link copied to clipboard

An external property file containing a run.driver object to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.extensions arrays to be merged with the root log file.

Link copied to clipboard

An external property file containing a run.properties object to be merged with the root log file.

Link copied to clipboard

An array of external property files containing a run.graphs object to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.invocations arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.logicalLocations arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.policies arrays to be merged with the root log file.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the external property files.

Link copied to clipboard

An array of external property files containing run.results arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.taxonomies arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.threadFlowLocations arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.translations arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.requests arrays to be merged with the root log file.

Link copied to clipboard

An array of external property files containing run.responses arrays to be merged with the root log file.