open fun setReporters(reporters: MutableList<ReportOptions>): ReportingOptions
Replace the current list of reporters with a new one.
reporters - the new reporters
reporters
Return a reference to this, so the API can be used fluently