BaseBuildServer.

InternalPostIssues(IEnumerable<IIssue>) Method

Summary

Posts issues to the build server. Compared to Cake.Issues.BuildServer.BaseBuildServer.PostIssues(System.Collections.Generic.IEnumerable{Cake.Issues.IIssue}) it is safe to access Settings from this method.

Syntax

protected abstract void InternalPostIssues(IEnumerable<IIssue> issues)

Parameters

Name Type Description
issues IEnumerable<IIssue> Issues which need to be posted.

Return Value

Type Description
void