IssuesContext.

IssuesContext(ICakeContext, RepositoryInfoProviderType) Constructor

Summary

Creates a new instance of the IssuesContext class.

Syntax

public IssuesContext(ICakeContext context, RepositoryInfoProviderType repositoryInfoProviderType)

Parameters

Name Type Description
context ICakeContext The Cake context.
repositoryInfoProviderType RepositoryInfoProviderType Defines how information about the Git repository should be determined.

Return Value

Type Description
void
GitHub