This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.BuildServer.
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.
- Assembly
- Cake
.Issues .BuildServer .dll - Namespace
- Cake
.Issues .BuildServer - Containing Type
- BaseBuildServer
Syntax
protected abstract void InternalPostIssues(IEnumerable<IIssue> issues)
Parameters
| Name | Type | Description |
|---|---|---|
| issues | IEnumerable |
Issues which need to be posted. |
Return Value
| Type | Description |
|---|---|
| void |
