ReportOutput

interface ReportOutput

Output target for reporter files.

Reporters that produce one artifact should use file. Reporters that need additional assets or multiple shards should use file with stable relative paths.

Functions

Link copied to clipboard
abstract fun file(): OutputStream

Opens the reporter's primary output file.

abstract fun file(path: String): OutputStream

Opens a file below the reporter's output directory.