Report

class Report(val diagnostics: List<Diagnostic>)

Immutable report data passed to reporters.

Constructors

Link copied to clipboard
constructor(diagnostics: List<Diagnostic>)

Properties

Link copied to clipboard

Diagnostics collected during a task execution.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String