Report
data class Report(val json: Configuration.Report.ReportFormat, val yaml: Configuration.Report.ReportFormat, val _emitScoreReport: String = "") : ConfigVerifiable
Report properties fields (report.*
).
Fields under the report
root namespace are properties controlling the report.
Constructors
Link copied to clipboard
constructor(json: Configuration.Report.ReportFormat, yaml: Configuration.Report.ReportFormat, _emitScoreReport: String = "")
Properties
Functions
Link copied to clipboard
Additional checks for verifying constraints on fields which do not implement ConfigVerifiable.