Summary
Creates a new instance of the
IssuesState
class.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- IssuesState
Syntax
public IssuesState(IIssuesContext context, RepositoryInfoProviderType repositoryInfoProviderType)
Parameters
Name | Type | Description |
---|---|---|
context | IIssuesContext | The Cake context. |
repositoryInfoProviderType | Repository |
Defines how information about the Git repository should be determined. |
Return Value
Type | Description |
---|---|
void |