IssueBuilder.

WithAdditionalInformation(string, string) Method

Summary

Sets additional information regarding the issue.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder WithAdditionalInformation(string key, string value)

Parameters

Name Type Description
key string Key for the additional information to be assigned to.
value string The additional information to be set.

Return Value

Type Description
IssueBuilder Issue Builder instance.