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 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 |
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. |