Summary
Initializes a new instance of the
ProviderIssueLimits
class.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- ProviderIssueLimits
Syntax
public ProviderIssueLimits(Nullable<int> maxIssuesToPost = null, Nullable<int> maxIssuesToPostAcrossRuns = null)
Parameters
Name | Type | Description |
---|---|---|
maxIssuesToPost | Nullable |
Maximum amount of issues to be posted in a single run. |
maxIssuesToPostAcrossRuns | Nullable |
Maximum amount of issues to be posted across all runs. |
Return Value
Type | Description |
---|---|
void |