Results

class Results

Container used to upload multiple Result objects at once.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun add(vendor: String, rule: String, type: SeverityType, description: String, source: Source, hash: String?, elements: List<String>, snapshots: List<String>, screenshots: List<Bitmap>)

Adds a new Result and merges duplicate snapshots and screenshots.