Tool
@Serializable
A tool object that describes the converter.
The analysis tool that was run.
Information about the tool or tool pipeline that generated the results in this run. A run can only contain results produced by a single tool or tool pipeline. A run can aggregate results from multiple log files, as long as context around the tool run (tool command-line arguments and the like) is identical for all aggregated files.
Constructors
Link copied to clipboard
constructor(driver: ToolComponent, extensions: List<ToolComponent>? = null, properties: PropertyBag? = null)