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.
Summary
Sets the name of the run where the issue was reported.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public IssueBuilder ForRun(string run)
Parameters
Name | Type | Description |
---|---|---|
run | string | The name of the run where the issue was reported. |
Return Value
Type | Description |
---|---|
IssueBuilder | Issue Builder instance. |