IssuesState.

IssuesState(IIssuesContext, RepositoryInfoProviderType) Constructor

Summary

Creates a new instance of the IssuesState class.

Syntax

public IssuesState(IIssuesContext context, RepositoryInfoProviderType repositoryInfoProviderType)

Parameters

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

Return Value

Type Description
void
GitHub