BuildServerIssueResult.

BuildServerIssueResult(IEnumerable<IIssue>, IEnumerable<IIssue>) Constructor

Summary

Information about the result of the operation for reporting issues to a build server.

Syntax

public BuildServerIssueResult(IEnumerable<IIssue> reportedIssues, IEnumerable<IIssue> postedIssues)

Parameters

Name Type Description
reportedIssues IEnumerable<IIssue> Issues which were reported.
postedIssues IEnumerable<IIssue> Issues which were posted.

Return Value

Type Description
void