IBuildReportRecorder Interface

Provides methods for storing build reports.

Inheritance Hierarchy

Syntax

public interface IBuildReportRecorder

Methods

Name Description
AddReportAsync(string name, string content, bool plainText)

Creates a single-file report for the current execution.

AddZippedReportAsync(string name, System.IO.Stream stream, string indexFile, string previewFile)

Creates a multi-file report for the current execution.