BuildMaster SDK Reference
Version:

SubmitReport(byte[] buildOutput, ReportFormats format) Method

Submits arbitrary data as a report.

Syntax

protected void SubmitReport(byte[] buildOutput, ReportFormats format)

Parameters

buildOutput
Type: byte[]

Report data to submit.

format
Type: ReportFormats

Format of the report data.

Remarks

A Build Output Report may not be submitted more than once, or while a remote command is being executed.