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