BuildServerIssueResult.

ReportedIssues Property

Summary

Gets all issues which were passed to be reported to the build server. This can be more than the issues posted to the build server, since there can be filtering in place which removes some issues before posting to the build server.

Syntax

public IEnumerable<IIssue> ReportedIssues { get; }

Value

Type Description
IEnumerable<IIssue>