IssueBuilder.

WithPriority(Nullable<int>, string) Method

Summary

Sets the priority of the issue.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder WithPriority(Nullable<int> value, string name)

Parameters

Name Type Description
value Nullable<int> The priority of the issue. null if no priority should be assigned.
name string The human friendly name of the priority. null or System.String.Empty if no priority should be assigned.

Return Value

Type Description
IssueBuilder Issue Builder instance.
GitHub