IssueBuilder.

ForRun(string) Method

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.